mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-03 13:28:30 +08:00
8 lines
125 B
C#
8 lines
125 B
C#
namespace Mhf.Server.Common.Instance
|
|
{
|
|
public interface IInstance
|
|
{
|
|
uint InstanceId { get; set; }
|
|
}
|
|
}
|