mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-26 07:49:29 +03:00
18 lines
498 B
Lua
18 lines
498 B
Lua
|
--************************************************************************
|
||
|
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
|
||
|
-- File Name: ConfigEquipController.lua
|
||
|
-- Purpose: lua类型定义文件
|
||
|
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
|
||
|
--************************************************************************
|
||
|
|
||
|
--装备实体类型
|
||
|
EquipEntityType =
|
||
|
{
|
||
|
None = 0,
|
||
|
SwordOneHand = 1,
|
||
|
CrossBow = 2,
|
||
|
SmallShield = 3,
|
||
|
Spear = 4,
|
||
|
}
|
||
|
|