using System;

[Serializable]
public class CHATBOXACTION_SubAction
{
    public string TargetComponentGameObjectName;

    public string TargetComponentClassname;

    public string FunctionName;

    public bool RunActionOnChatEnd;
}