Ejemplo n.º 1
0
    void Awake()
    {
        main = this;
        isMobilePlatform = Application.isMobilePlatform;

        Screen.sleepTimeout = SleepTimeout.NeverSleep;
        swap += Chip.Swap;
    }
Ejemplo n.º 2
0
    void  Awake()
    {
        main             = this;
        isMobilePlatform = Application.isMobilePlatform;

        Screen.sleepTimeout = SleepTimeout.NeverSleep;
        swap += Chip.Swap;
    }
Ejemplo n.º 3
0
 void  Awake()
 {
     main             = this;
     isMobilePlatform = Application.isMobilePlatform;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     main = this;
     isMobilePlatform = Application.isMobilePlatform;
 }
Ejemplo n.º 5
0
 void  Awake()
 {
     main = this;
 }