mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-12 08:09:23 +03:00
15 lines
472 B
Lua
15 lines
472 B
Lua
--************************************************************************
|
|
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
|
|
-- File Name: GatherExcelConfig.lua
|
|
-- Purpose: lua类型定义文件
|
|
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
|
|
--************************************************************************
|
|
|
|
--挂接位置
|
|
PointLocation =
|
|
{
|
|
POINT_GROUND = 0, -- 在地上
|
|
POINT_AIR = 1, -- 在空中
|
|
}
|
|
|