14 lines
248 B
C#
14 lines
248 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class CHATBOXACTION_SubAction
|
|
{
|
|
public string TargetComponentGameObjectName;
|
|
|
|
public string TargetComponentClassname;
|
|
|
|
public string FunctionName;
|
|
|
|
public bool RunActionOnChatEnd;
|
|
}
|