void Awake()
    {
        main = this;
        isMobilePlatform = Application.isMobilePlatform;

        Screen.sleepTimeout = SleepTimeout.NeverSleep;
        swap += Chip.Swap;
    }
예제 #2
0
    void  Awake()
    {
        main             = this;
        isMobilePlatform = Application.isMobilePlatform;

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