StyleCop cleanup

This commit is contained in:
Matthias Mailänder
2013-11-09 17:23:33 +01:00
parent ce5331e462
commit 21a607a43e
2 changed files with 7 additions and 8 deletions

View File

@@ -28,9 +28,9 @@ namespace OpenRA.Server
{
public enum ServerState : int
{
WaitingPlayers = 1,
GameStarted = 2,
ShuttingDown = 3
WaitingPlayers = 1,
GameStarted = 2,
ShuttingDown = 3
}
public class Server