Browse Source

feat(proto): add treating and rescuing

tags/0.1.0
DragonAura 2 years ago
parent
commit
ee04c725fa
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dependency/proto/MessageType.proto

+ 2
- 0
dependency/proto/MessageType.proto View File

@@ -64,6 +64,8 @@ enum StudentState
TREATED = 6;
RESCUED = 7;
STUNNED = 8;
TREATING = 9;
RESCUING = 10;
}

enum TrickerBuffType // 屠夫可用的增益效果类型


Loading…
Cancel
Save