Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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";
- }
|