6 lines
81 B
TypeScript
Raw Normal View History

2022-11-14 16:35:47 +01:00
import { Vec2 } from "cc";
export interface IInput {
getAxis: () => Vec2;
}