コード例 #1
0
ファイル: GameController.cs プロジェクト: cjcurrie/Pillars
    void PreInitialize()
    {
        InputController.Initialize();

        networkController = GetComponent<NetworkController>();
        networkController.Initialize();
        chunkController = chunks.GetComponent<ChunkController>();

        chatUI = GetComponent<ChatUI>();
        chatUI.Initialize();
    }