mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 12:22:42 +00:00
Halo projectile launcher
This commit is contained in:
3
assets/Scripts/Services/Utils/MathUtils.ts
Normal file
3
assets/Scripts/Services/Utils/MathUtils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function roundToOneDecimal(num: number): number {
|
||||
return Math.round(num * 10) / 10;
|
||||
}
|
||||
Reference in New Issue
Block a user