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;
- using UnityEngine;
-
- public static class NativeGameVersion
- {
-
- public static string Version
- {
- get
- {
- return "3.0.6";
- }
- }
-
- public static int Build
- {
- get
- {
- return 26088;
- }
- }
-
- public static string GameTitle
- {
- get
- {
- return "City Island 3";
- }
- }
- }
|