mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
implement guild semaphore locking
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
package mhfpacket
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"errors"
|
||||
|
||||
"erupe-ce/network/clientctx"
|
||||
"erupe-ce/network"
|
||||
"erupe-ce/common/byteframe"
|
||||
"erupe-ce/network"
|
||||
"erupe-ce/network/clientctx"
|
||||
)
|
||||
|
||||
// MsgSysLockGlobalSema represents the MSG_SYS_LOCK_GLOBAL_SEMA
|
||||
type MsgSysLockGlobalSema struct {
|
||||
AckHandle uint32
|
||||
UserIDLength uint16
|
||||
ServerChannelIDLength uint16
|
||||
UserIDLength uint16
|
||||
ServerChannelIDLength uint16
|
||||
UserIDString string
|
||||
ServerChannelIDString string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user