Files
test/Assets/PerfectWorld/Scripts/NPC/CECModel.cs
T
2025-09-29 18:26:02 +07:00

11 lines
117 B
C#

using UnityEngine;
public class CECModel
{
}
// Action channel
public enum ActionChannel
{
ACTCHA_WOUND = 1,
};