归档!

This commit is contained in:
2026-01-07 10:29:17 +08:00
parent 470f642515
commit 98c02290b6
24 changed files with 2098 additions and 129 deletions

View File

@@ -13,8 +13,9 @@ message S2C_EnterInstance {
// MESSAGE_ID_ACTION
enum ActionID {
ACTION_ID_MOVE = 0; // 移动
ACTION_ID_ATTACK = 1; // 攻击
ACTION_ID_INVALID = 0;
ACTION_ID_MOVE = 1; // 移动
ACTION_ID_ATTACK = 2; // 攻击
}
message C2S_Action {
uint32 Sequence = 1; // 指令序号