mhf-server/Mhf.Server/Common/Instance/IInstance.cs

8 lines
125 B
C#
Raw Normal View History

2019-11-24 19:43:35 +08:00
namespace Mhf.Server.Common.Instance
{
public interface IInstance
{
uint InstanceId { get; set; }
}
}