mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-13 00:29:29 +03:00
24 lines
576 B
Lua
24 lines
576 B
Lua
--************************************************************************
|
|
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
|
|
-- File Name: ConfigTransPoint.lua
|
|
-- Purpose: lua类型定义文件
|
|
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
|
|
--************************************************************************
|
|
|
|
--地图点类型
|
|
ScenePointType =
|
|
{
|
|
NORMAL = 1, -- 无
|
|
TOWER = 2, -- 无
|
|
Other = 3, -- 占位
|
|
}
|
|
|
|
--地图区域类型
|
|
SceneAreaType =
|
|
{
|
|
NORMAL = 1, -- 无
|
|
ALL = 2, -- 无
|
|
Other = 3, -- 占位
|
|
}
|
|
|