Esempio n. 1
0
        //玩家名称
        public void SetPlayerName()
        {
            bool value = ClientGlobal.Instance().gameOption.GetInt("ShowDetail", "PlayerName", 1) == 1;

            RoleStateBarManager.SetPlayerNameVisible(value);
        }