コード例 #1
0
        public override void CopyCustomBiomesTo(Player other)
        {
            TestPlayer modOther = other.GetModPlayer <TestPlayer>(mod);

            modOther.MagnoZone = MagnoZone;
        }
コード例 #2
0
        public override bool CustomBiomesMatch(Player other)
        {
            TestPlayer modOther = other.GetModPlayer <TestPlayer>(mod);

            return(MagnoZone == modOther.MagnoZone);
        }