removed old files
This commit is contained in:
parent
d17b6f7294
commit
ca5cc8f95b
19
enums.ts
19
enums.ts
|
@ -1,19 +0,0 @@
|
||||||
export enum BattleAction{
|
|
||||||
ChargeRight,
|
|
||||||
ChargeLeft,
|
|
||||||
MoveRight,
|
|
||||||
MoveLeft,
|
|
||||||
AttackRightHigh,
|
|
||||||
AttackRightMid,
|
|
||||||
AttackRightLow,
|
|
||||||
AttackLeftHigh,
|
|
||||||
AttackLeftMid,
|
|
||||||
AttackLeftLow,
|
|
||||||
Wait,
|
|
||||||
}
|
|
||||||
|
|
||||||
export enum CharacterState{
|
|
||||||
Idle,
|
|
||||||
Recovering,
|
|
||||||
Training,
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
export class responses{
|
|
||||||
static BattleNotExist = {code: 400, message: "Battle session does not exist"}
|
|
||||||
static BattleFinished = {code: 400, message: "The battle has finished"}
|
|
||||||
static BattleAlreadyStarted = {code: 400, message: "Battle has already started"}
|
|
||||||
}
|
|
Loading…
Reference in New Issue