mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:42:25 +08:00
圣遗物装备卸下功能
This commit is contained in:
10
common/constant/reliquary_type.go
Normal file
10
common/constant/reliquary_type.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
RELIQUARY_TYPE_NONE int32 = 0
|
||||
RELIQUARY_TYPE_FLOWER int32 = 1 // 生之花
|
||||
RELIQUARY_TYPE_FEATHER int32 = 2 // 死之羽
|
||||
RELIQUARY_TYPE_SAND int32 = 3 // 时之沙
|
||||
RELIQUARY_TYPE_CUP int32 = 4 // 空之杯
|
||||
RELIQUARY_TYPE_CROWN int32 = 5 // 理之冠
|
||||
)
|
||||
Reference in New Issue
Block a user