mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-13 00:29:29 +03:00
16 lines
488 B
Lua
16 lines
488 B
Lua
--************************************************************************
|
|
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
|
|
-- File Name: ConfigAttackPattern.lua
|
|
-- Purpose: lua类型定义文件
|
|
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
|
|
--************************************************************************
|
|
|
|
--引用类型
|
|
ReferenceType =
|
|
{
|
|
None = 0,
|
|
UseEntity = 1, -- 使用实体
|
|
UseTarget = 2, -- 使用目标
|
|
}
|
|
|