Exemplo n.º 1
0
 public CharactorMoveHandler(
     CharactorView charactor,
     CharactorRotationHandler rotationHandler
     )
 {
     _charactor       = charactor;
     _rotationHandler = rotationHandler;
 }
Exemplo n.º 2
0
 public CharactorRotationHandler(CharactorView view)
 {
     _view = view;
 }