7 lines
102 B
Go
7 lines
102 B
Go
package stonehenge
|
|
|
|
const (
|
|
EventType16 = 16 // 捡垃圾事件
|
|
EventType25 = 25 // buff三选一
|
|
)
|