mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-22 01:12:24 +00:00
13 lines
162 B
C#
13 lines
162 B
C#
|
namespace FSO.Server.Protocol.CitySelector
|
|||
|
{
|
|||
|
public enum ShardStatus
|
|||
|
{
|
|||
|
Up,
|
|||
|
Down,
|
|||
|
Busy,
|
|||
|
Full,
|
|||
|
Closed,
|
|||
|
Frontier
|
|||
|
}
|
|||
|
}
|