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

10 lines
133 B
C#
Raw Normal View History

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