Einheit, wie man den kleinsten Wert aus 2 Zahlen findet
// Prints 1
print(Mathf.Min(1f, 2f));
RyanGar46
// Prints 1
print(Mathf.Min(1f, 2f));