Feat: added backend ability to set spawn heading

This commit is contained in:
Davide Passoni
2025-01-24 15:01:25 +01:00
parent d1d4116e66
commit 96415fd087
8 changed files with 40 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ struct SpawnOptions {
string loadout;
string skill;
string liveryID;
double heading;
};
struct CloneOptions {