public void Execute(Miner entityType) { Console.Write($"\n{Constants.GetNameOfEntity((Entity)entityType.Id)}: Tastes real good too!"); entityType.StateMachine.RevertToPreviousState(); }
public void Exit(Miner entityType) { Console.Write($"\n{Constants.GetNameOfEntity((Entity)entityType.Id)}: Thankya hun! Ahh better get back to watever ahh wuz doin!"); }
public void Enter(Miner entityType) { Console.Write($"\n{Constants.GetNameOfEntity((Entity)entityType.Id)}: Smells Reaaal good Elsa"); }