Beispiel #1
0
        private bool ActiveProperty(string propertyName)
        {
            if (!GeNovaXML.CustomRace_Active)
            {
                return(false);
            }

            return(GeNovaXML.CustomRace_Property_Active(this._player.Race.Name, propertyName));
        }