mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-06-30 06:36:37 +00:00
Halo projectile launcher
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function roundToOneDecimal(num: number): number {
|
||||
return Math.round(num * 10) / 10;
|
||||
}
|
||||
@@ -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