Beispiel #1
0
 public void OnEventMigrantAccept(EventMigrantAccept e)
 {
     WriteEvent(e);
 }
 public void onMigrantAcceptMonitor(EventMigrantAccept evt)
 {
     PartyManager.draftees.Add(new Draftees() { UnitId = PartyManager.draftees.Count, uName = evt.unit.unitName, Health = evt.unit.hitpoints, Experience = evt.unit.getProfession().currentXP, isEnlisted = false });
 }
 public void onMigrantAcceptNormal(EventMigrantAccept evt)
 {
     applyPlayerPreferences(evt.unit);
 }
Beispiel #4
0
 public void onMigrantAccept(EventMigrantAccept evt)
 {
 }
 public void OnEventMigrantAccept(EventMigrantAccept e)
 {
     WriteEvent(e);
 }