mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-03-14 14:14:42 +03:00
15 lines
541 B
Lua
15 lines
541 B
Lua
|
--************************************************************************
|
||
|
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
|
||
|
-- File Name: ConfigAbilityMixin.lua
|
||
|
-- Purpose: lua类型定义文件
|
||
|
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
|
||
|
--************************************************************************
|
||
|
|
||
|
--AddActionType
|
||
|
AddActionType =
|
||
|
{
|
||
|
Idle = 0, -- 什么都不做
|
||
|
ResetGlobalValue = 1, -- 重置 GlobalValue 并重置成 DefaultGlobalValueOnCreate 里面的值
|
||
|
}
|
||
|
|