Example #1
0
 public void SetEvent(int index, World world, Town town)
 {
     eventIndex = index;
     this.world = world;
     this.town = town;
     town.ShowMessage(this);
     newsfeed.PushEvent(this);
 }