Exemplo n.º 1
0
 //public WWW API;
 // Use this for initialization
 void Start()
 {
     Instance = this;
 }
Exemplo n.º 2
0
 void OnMouseDown()
 {
     DifficultyLoader.mCurrentLevel = Enum.GetName(typeof(EraLevel), mEraLevel);
     DifficultyLoader.LoadGame();
 }