コード例 #1
0
    // Use this for initialization
    void Awake()
    {
        instance = this;

        leaderboardScreen.SetActive(false);
        enterNameScreen.SetActive(false);
        backgroundScreen.SetActive(false);
    }
コード例 #2
0
		public static IntPtr toC(GameLeaderboard obj){
			GameLeaderboard.MBCRetainGameLeaderboard(obj.thisObj);
			return obj.thisObj;
		}