Esempio n. 1
0
 /// <param name="event">The eventtype.</param><param name="company">The company.</param><param name="town">The town.</param>
 public AIEventCompanyTown(AIEvent.AIEventType @event, CompanyID company, TownID town) : base(@event)
 {
     throw null;
 }
Esempio n. 2
0
 /// <summary>Constructor of AIEvent, to get the type of event.</summary>
 public AIEvent(AIEvent.AIEventType type)
 {
     throw null;
 }