您不能選擇超過 %s 個話題
話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
|
- 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";
- }
- }
- }
|