chore: add HandType type
This commit is contained in:
parent
566cfc2cbf
commit
1f572263cb
@ -1,4 +1,8 @@
|
||||
package define
|
||||
|
||||
const HAND_TYPE_LEFT = 0x28
|
||||
const HAND_TYPE_RIGHT = 0x27
|
||||
type HandType int
|
||||
|
||||
const (
|
||||
HAND_TYPE_LEFT HandType = 0x28
|
||||
HAND_TYPE_RIGHT HandType = 0x27
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user