Files
firstProj/src/controllers/Enums/BaseAnimation.ts
T
Vasyl Kazakov ce3f254bc1 replaced files
2026-06-18 16:47:23 +03:00

11 lines
171 B
TypeScript

export enum BaseAnimation {
Nan = -1,
Idle = 0,
Run = 1,
WeaponTakeOut = 2,
WeaponPutDown = 3,
PistolShoot = 4,
Death = 5,
Loot = 6,
}