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;
- using SUISSEngine;
-
- public class AppInfo : IAppInfo
- {
- public int GetApplicationBuildNumber()
- {
- return 26088;
- }
-
- public string GetApplicationId()
- {
- return CIGLoadingScreen.SparkSocGamesApplicationId;
- }
-
- public string GetApplicationUrlScheme()
- {
- return "cig3free";
- }
-
- public string GetApplicationVersion()
- {
- return "3.0.6";
- }
- }
|