Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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";
- }
- }
- }
|