// Token: 0x060019D0 RID: 6608 RVA: 0x0007B4FC File Offset: 0x000796FC
            public void ResolveLocalInformation()
            {
                this.name = Util.GetBestMasterName(this.master);
                PlayerCharacterMasterController playerCharacterMasterController = null;

                if (this.master)
                {
                    playerCharacterMasterController = this.master.GetComponent <PlayerCharacterMasterController>();
                }
                this.networkUser = null;
                if (playerCharacterMasterController)
                {
                    this.networkUser = playerCharacterMasterController.networkUser;
                }
                this.localPlayerIndex    = -1;
                this.userProfileFileName = string.Empty;
                if (this.networkUser && this.networkUser.localUser != null)
                {
                    this.localPlayerIndex    = this.networkUser.localUser.id;
                    this.userProfileFileName = this.networkUser.localUser.userProfile.fileName;
                }
            }