DRHPS/code-csharp/en_US/CHATBOXACTION_SubAction.cs
2025-04-08 11:31:35 +08:00

14 lines
248 B
C#

using System;
[Serializable]
public class CHATBOXACTION_SubAction
{
public string TargetComponentGameObjectName;
public string TargetComponentClassname;
public string FunctionName;
public bool RunActionOnChatEnd;
}