示例#1
0
		public static string SerializeGameState(PlanetWars pw, bool forLog)
		{
			return SerializeGameState(pw.Planets(), pw.Fleets(), forLog);
		}