Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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";
- }
|