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