예제 #1
0
 void Awake()
 {
     _selfRef = this;
     DontDestroyOnLoad(gameObject);
     if (once)
     {
         GJAPI.Init(gameID, privateKey);
     }
 }
예제 #2
0
 void Awake()
 {
     _selfRef = this;
     DontDestroyOnLoad(gameObject);
     if (once) GJAPI.Init(gameID, privateKey);
 }
예제 #3
0
파일: StartGame.cs 프로젝트: nyrrrr/LD28
 // Use this for initialization
 void Awake()
 {
     api = GameObject.Find("_GameJoltAPIManager").GetComponent<GameJoltAPIManager>();
 }
예제 #4
0
파일: GameManager.cs 프로젝트: nyrrrr/LD28
 // Use this for initialization
 void Awake()
 {
     _selfRef = this;
     api = GameObject.Find("_GameJoltAPIManager").GetComponent<GameJoltAPIManager>();
 }
예제 #5
0
 // Use this for initialization
 void Awake()
 {
     _selfRef = this;
     api      = GameObject.Find("_GameJoltAPIManager").GetComponent <GameJoltAPIManager>();
 }
예제 #6
0
파일: StartGame.cs 프로젝트: nyrrrr/LD28
 // Use this for initialization
 void Awake()
 {
     api = GameObject.Find("_GameJoltAPIManager").GetComponent <GameJoltAPIManager>();
 }