public TransformMovementCommand(IUnityTimeProxy unityTimeProxy)
 {
     this.unityTimeProxy = unityTimeProxy;
 }
Ejemplo n.º 2
0
 public TransformRotationCommand(IUnityTimeProxy unityTimeProxy)
 {
     this.unityTimeProxy = unityTimeProxy;
 }
 public RigidbodyMovementCommand(IUnityTimeProxy unityTimeProxy)
 {
     this.unityTimeProxy = unityTimeProxy;
 }
Ejemplo n.º 4
0
 public RigidbodyRotationCommand(IUnityTimeProxy unityTimeProxy)
 {
     this.unityTimeProxy = unityTimeProxy;
 }