mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 08:36:14 +00:00
game runner
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { Collider2D, IPhysics2DContact } from "cc";
|
||||
|
||||
export type ContactParams = {
|
||||
selfCollider: Collider2D;
|
||||
otherCollider: Collider2D;
|
||||
contact: IPhysics2DContact | null;
|
||||
};
|
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "ee9d41d4-91f4-4d8f-a4ef-7e0df147fb35",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user