Exemplo n.º 1
0
 public KeysPerSecond(NumberDisplayType type, string startingValue, Vector2 imageScale)
     : base(type, startingValue, imageScale)
 {
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 /// <summary>
 /// </summary>
 /// <param name="type"></param>
 /// <param name="startingValue"></param>
 /// <param name="imageScale"></param>
 /// <param name="position"></param>
 internal KeysPerSecond(NumberDisplayType type, string startingValue, Vector2 imageScale, float position)
     : base(type, startingValue, imageScale, position)
 {
 }