// Use this for initialization void Awake() { instance = this; leaderboardScreen.SetActive(false); enterNameScreen.SetActive(false); backgroundScreen.SetActive(false); }
public static IntPtr toC(GameLeaderboard obj){ GameLeaderboard.MBCRetainGameLeaderboard(obj.thisObj); return obj.thisObj; }