Jedność jak znaleźć najmniejszą wartość z 2 liczb
// Prints 1
print(Mathf.Min(1f, 2f));
RyanGar46
// Prints 1
print(Mathf.Min(1f, 2f));