com.alicizax.unity.focus-cr.../Runtime/ITypeId.cs

10 lines
141 B
C#
Raw Normal View History

2025-01-09 14:22:37 +08:00
using UnityEngine.Scripting;
namespace LuBan.Runtime
{
[Preserve]
public interface ITypeId
{
int GetTypeId();
}
}