DRHPS/code-csharp/en_US/CHATBOXREACTION.cs
2025-04-08 11:31:35 +08:00

9 lines
291 B
C#

using UnityEngine;
[CreateAssetMenu(fileName = "REACTION", menuName = "Deltaswap/ChatboxReaction", order = 0)]
public class CHATBOXREACTION : ScriptableObject
{
[Header("Each reaction is shown in sequential order, starting from the top.")]
public REACTIONDATA[] Reaction;
}