public override void CopyCustomBiomesTo(Player other) { ZetaPlayer modOther = other.GetModPlayer <ZetaPlayer>(); modOther.ZoneThunder = ZoneThunder; }
public override bool CustomBiomesMatch(Player other) { ZetaPlayer modOther = other.GetModPlayer <ZetaPlayer>(); return(ZoneThunder == modOther.ZoneThunder); }