added temp enemy mover

This commit is contained in:
Martin
2022-11-14 16:35:47 +01:00
parent 279218b4c3
commit 3dd10f13ef
16 changed files with 212 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
import { Vec2 } from "cc";
export interface IInput {
getAxis: () => Vec2;
}