mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
优化架构
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package constant
|
||||
|
||||
func InitConstant() {
|
||||
InitFightPropertyConst()
|
||||
InitActionReasonConst()
|
||||
InitClimateTypeConst()
|
||||
InitElementTypeConst()
|
||||
InitEnterReasonConst()
|
||||
InitEntityIdTypeConst()
|
||||
InitEquipTypeConst()
|
||||
InitFetterStateConst()
|
||||
InitGameConstant()
|
||||
InitGrowCurveConst()
|
||||
InitItemTypeConst()
|
||||
InitLifeStateConst()
|
||||
InitMaterialTypeConst()
|
||||
InitOpenStateConst()
|
||||
InitPlayerPropertyConst()
|
||||
InitSceneTypeConst()
|
||||
InitEntityTypeConst()
|
||||
}
|
||||
Reference in New Issue
Block a user