diff --git a/enums.ts b/enums.ts deleted file mode 100644 index 09b32fd..0000000 --- a/enums.ts +++ /dev/null @@ -1,19 +0,0 @@ -export enum BattleAction{ - ChargeRight, - ChargeLeft, - MoveRight, - MoveLeft, - AttackRightHigh, - AttackRightMid, - AttackRightLow, - AttackLeftHigh, - AttackLeftMid, - AttackLeftLow, - Wait, -} - -export enum CharacterState{ - Idle, - Recovering, - Training, -} \ No newline at end of file diff --git a/responses.ts b/responses.ts deleted file mode 100644 index 5330646..0000000 --- a/responses.ts +++ /dev/null @@ -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"} -} \ No newline at end of file