"new" track

This commit is contained in:
Nikita Vilunov 2024-10-28 21:06:07 +01:00
parent 987fe830c3
commit 89a41f9640
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ namespace MuzikaGromche
Name = "VseVZale",
WindUpTimer = 39f,
Bpm = 138f,
},
new Track
{
Name = "DeployDestroy",
WindUpTimer = 40.7f,
Bpm = 130f,
}
];