Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- using System;
-
- public static class GameVersion
- {
- public const string Version = "3.0.6";
-
- public const int Build = 26088;
-
- public const string GameTitle = "City Island 3";
- }
|