mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 12:22:42 +00:00
added temp enemy mover
This commit is contained in:
5
assets/Scripts/Game/Input/IInput.ts
Normal file
5
assets/Scripts/Game/Input/IInput.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Vec2 } from "cc";
|
||||
|
||||
export interface IInput {
|
||||
getAxis: () => Vec2;
|
||||
}
|
||||
Reference in New Issue
Block a user