Files
DRHPS/code-csharp/CHATBOXACTION_SubAction.cs
2025-03-04 14:25:15 +08:00

14 lines
236 B
C#

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