mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
ShopGroupTypeUnknown int32 = 0
|
||||
ShopGroupTypePremiumShop int32 = 1
|
||||
ShopGroupTypeItemShop int32 = 3
|
||||
ShopGroupTypeExchangeShop int32 = 4
|
||||
ShopGroupTypeRecoveryShop int32 = 5
|
||||
)
|
||||
Reference in New Issue
Block a user