Пример #1
0
        public override void CopyCustomBiomesTo(Player other)
        {
            FortressBiome modOther = other.GetModPlayer <FortressBiome>();

            modOther.TheFortress = TheFortress;
        }
Пример #2
0
        public override bool CustomBiomesMatch(Player other)
        {
            FortressBiome modOther = other.GetModPlayer <FortressBiome>();

            return(TheFortress == modOther.TheFortress);
        }