You've already forked KF-MMO-Server
removed old files
This commit is contained in:
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"}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user