public override void Grant(Machine machine) { thread = machine.StartThread(Coroutine); }
public virtual void Grant(Machine machine) { }