CTT/Unity/Assets/Model/Core/Object/ISerializeToEntity.cs

6 lines
62 B
C#

namespace ET
{
public interface ISerializeToEntity
{
}
}