Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- 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";
- }
- }
|