mirror of
https://github.com/Floriansylvain/generic-threejs-game.git
synced 2026-08-19 19:53:23 +02:00
clean: complete optimization of player movements
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface AnimationState {
|
||||
name: string;
|
||||
isPlaying: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user