Concrete actor class, also called receiver, it is called by the command class.
Inheritance: MonoBehaviour, IMotion
 public override void Undo() => MotionEntity.Move(-Amount);
 public override void Execute() => MotionEntity.Move(Amount);