Files
DRHPS/code-csharp/CHATBOXACTION_SubAction.cs
2025-04-05 21:18:15 +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;
}