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 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";
- }
- }
|