Example #1
0
        void Update()
        {
            if (PhotonNetwork.isMasterClient)
            {
                Gamemodes.CurrentMode.OnUpdate();
            }

            DiscordRPC.RunCallbacks();

            FpsCounter.UpdateCounter();
        }