mhf-server/Mhf.Server/Common/Instance/IInstance.cs
2019-11-24 19:43:35 +08:00

8 lines
125 B
C#

namespace Mhf.Server.Common.Instance
{
public interface IInstance
{
uint InstanceId { get; set; }
}
}