Exemplo n.º 1
0
 public OneshotQuantityAnimationProcess(
     IQuantityAnimationProcessConstArg arg
     ) : base(
         arg
         )
 {
 }
Exemplo n.º 2
0
 public IncrementalQuantityAnimationProcess(
     IQuantityAnimationProcessConstArg arg
     ) : base(
         arg
         )
 {
 }
Exemplo n.º 3
0
 public AbsQuantityAnimationProcess(
     IQuantityAnimationProcessConstArg arg
     ) : base(
         arg
         )
 {
     thisTargetQuantity = arg.targetQuantity;
     thisQuantityRoller = arg.quantityRoller;
 }