GSServer-CBT/soggy_resources/lua/Config/Json/ConfigStateAudioEvent.lua

16 lines
556 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--************************************************************************
-- 工具自动生成的类型定义代码(UTF-8 With BOM),请勿编辑!
-- File Name: ConfigStateAudioEvent.lua
-- Purpose: lua类型定义文件
-- Copyright (c) 2017-2100 miHoYo.com, Inc. All rights reserved.
--************************************************************************
--事件用途
StateAudioEventUsage =
{
Any = 0, -- Other任何状态都触发
InSet = 1, -- Other指定列表中时触发
Except = 2, -- Other在指定列表中时触发
}