Concrete actor class, also called receiver, it is called by the command class.
상속: MonoBehaviour, IMotion
예제 #1
0
 public override void Undo() => MotionEntity.Move(-Amount);
예제 #2
0
 public override void Execute() => MotionEntity.Move(Amount);