Ejemplo n.º 1
0
 public TransformTimer(SomeTransform <float> transform, float duration, SomeTimed.RunType type = SomeTimed.RunType.RunOnce)
     : base(duration, type)
 {
     this.transform = transform;
 }