25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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";
- }
- }
|