Esempio n. 1
0
        public void SetMonsterName()
        {
            bool value = ClientGlobal.Instance().gameOption.GetInt("ShowDetail", "MonsterName", 1) == 1;

            RoleStateBarManager.SetNpcNameVisible(value);
        }