mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-12-11 15:19:39 +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