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); }
public void onMigrantAccept(EventMigrantAccept evt) { }