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