Beispiel #1
0
        public override void CopyCustomBiomesTo(Player other)
        {
            OutlandsPlayer modOther = other.GetModPlayer <OutlandsPlayer>(mod);

            modOther.ZoneTumor = ZoneTumor;
        }
Beispiel #2
0
        public override bool CustomBiomesMatch(Player other)
        {
            OutlandsPlayer modOther = other.GetModPlayer <OutlandsPlayer>(mod);

            return(ZoneTumor == modOther.ZoneTumor);
        }