示例#1
0
    void Awake()
    {
        Leaderboard.instance.RegisterService(this);
#if !OUYA
        mNG = GetComponent <Newgrounds>();
#endif
    }
示例#2
0
    void Awake()
    {
        Achievement.instance.RegisterService(this);

#if !OUYA
        mNG = GetComponent <Newgrounds>();
#endif
    }