コード例 #1
0
    void Awake()
    {
        Instance = this;

        Application.targetFrameRate = 60;

        FBHelper.Init();
    }
コード例 #2
0
ファイル: GameLogic2d.cs プロジェクト: yarus777/PingPong
    void Awake()
    {
        Instance					= this;

        Application.targetFrameRate = 60;

        FBHelper.Init();
    }
コード例 #3
0
    void Awake()
    {
        Instance = this;

        Application.targetFrameRate = 60;
    }