Jedność jak znaleźć największą wartość z 2 liczb
// prints 2
print(Mathf.Max(1f, 2f));
RyanGar46
// prints 2
print(Mathf.Max(1f, 2f));