Initial commit
This commit is contained in:
13
code-csharp/en_US/CHATBOXACTION_SubAction.cs
Normal file
13
code-csharp/en_US/CHATBOXACTION_SubAction.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class CHATBOXACTION_SubAction
|
||||
{
|
||||
public string TargetComponentGameObjectName;
|
||||
|
||||
public string TargetComponentClassname;
|
||||
|
||||
public string FunctionName;
|
||||
|
||||
public bool RunActionOnChatEnd;
|
||||
}
|
Reference in New Issue
Block a user