Skip to content

Commit

Permalink
Updated enums
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Mar 9, 2024
1 parent 2fb8040 commit f8cd6de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/api-connector/src/Schema/Ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ export enum AiCond {
CHECK_PRECEDING_ENEMY = "checkPrecedingEnemy",
COUNT_HIGHER_REMAIN_TURN = "countHigherRemainTurn",
COUNT_LOWER_REMAIN_TURN = "countLowerRemainTurn",
COUNT_HIGHER_AI_171 = "countHigherAi171",
COUNT_LOWER_AI_172 = "countLowerAi172",
COUNT_EQUAL_AI_173 = "countEqualAi173",
CHECK_AI_174 = "checkAi174",
COUNT_HIGHER_PLAYER_COMMAND_SPELL = "countHigherPlayerCommandSpell",
COUNT_LOWER_PLAYER_COMMAND_SPELL = "countLowerPlayerCommandSpell",
COUNT_EQUAL_PLAYER_COMMAND_SPELL = "countEqualPlayerCommandSpell",
CHECK_MASTER_SKILL_THISTURN = "checkMasterSkillThisturn",
CHECK_SELF_NPTURN_HIGHER = "checkSelfNpturnHigher",
CHECK_SELF_NPTURN_LOWER = "checkSelfNpturnLower",
CHECK_USE_SKILL_THISTURN = "checkUseSkillThisturn",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-connector/src/Schema/Func.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export enum FuncType {
FRIEND_POINT_UP_DUPLICATE = "friendPointUpDuplicate",
MOVE_STATE = "moveState",
CHANGE_BGM_COSTUME = "changeBgmCostume",
FUNC_126 = "func126",
FUNC_127 = "func127",
LOSS_COMMAND_SPELL = "lossCommandSpell",
GAIN_COMMAND_SPELL = "gainCommandSpell",
UPDATE_ENTRY_POSITIONS = "updateEntryPositions",
BUDDY_POINT_UP = "buddyPointUp",
ADD_FIELD_CHANGE_TO_FIELD = "addFieldChangeToField",
Expand Down

0 comments on commit f8cd6de

Please sign in to comment.