Exemplo n.º 1
0
 public override void PreUpdate()
 {
     EmissaryOfTheFlock.UpdateMerchandise();
 }
Exemplo n.º 2
0
 public override TagCompound Save()
 {
     return(new TagCompound {
         ["emissary"] = EmissaryOfTheFlock.Save()
     });
 }
Exemplo n.º 3
0
 public override void Load(TagCompound tag)
 {
     EmissaryOfTheFlock.Load(tag.GetCompound("emissary"));
 }
Exemplo n.º 4
0
 public override void PreUpdate()
 {
     // Update everything about spawning the traveling merchant from the methods we have in the Traveling Merchant's class
     EmissaryOfTheFlock.UpdateMerchandise();
     Myriil.getPayout();
 }