public void Stop() { this.onStop(); this.clearSubscriptions(); this.context = null; }
public void Start(CivilianController controller) { this.context = controller; this.onStart(); }