restart button added for singleplayer in cnc, ra, d2k
This commit is contained in:
@@ -175,6 +175,12 @@ namespace OpenRA
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
public static void RestartGame()
|
||||
{
|
||||
OrderManager.World.EndGame();
|
||||
StartGame(OrderManager.World.Map.Uid, WorldType.Regular);
|
||||
}
|
||||
|
||||
public static bool IsHost
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user