圣遗物装备卸下功能

This commit is contained in:
UnKownOwO
2023-02-12 22:28:15 +08:00
parent 8a39ca4d42
commit 0b3c075402
12 changed files with 414 additions and 99 deletions

View 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 // 理之冠
)