10 lines
141 B
C#
10 lines
141 B
C#
![]() |
using UnityEngine.Scripting;
|
|||
|
|
|||
|
namespace LuBan.Runtime
|
|||
|
{
|
|||
|
[Preserve]
|
|||
|
public interface ITypeId
|
|||
|
{
|
|||
|
int GetTypeId();
|
|||
|
}
|
|||
|
}
|