unfinished draft

This commit is contained in:
wish
2024-08-21 21:04:52 +10:00
parent 7d760bd3b4
commit c8d3fc3ead
17 changed files with 484 additions and 820 deletions

View File

@@ -11,9 +11,9 @@ import (
type OperateJointAction uint8
const (
OPERATE_JOINT_DISBAND = 0x01
OPERATE_JOINT_LEAVE = 0x03
OPERATE_JOINT_KICK = 0x09
OperateJointDisband = 1
OperateJointLeave = 3
OperateJointKick = 9
)
// MsgMhfOperateJoint represents the MSG_MHF_OPERATE_JOINT