mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 08:36:14 +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;
|
||||
}
|
9
assets/Scripts/Services/Utils/MathUtils.ts.meta
Normal file
9
assets/Scripts/Services/Utils/MathUtils.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "93ac2648-b208-4662-911a-688684084e2a",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user