spawn prefab updated

Unfortunately, only doors are being instantiated. I haven't done enough research for the problem
This commit is contained in:
Jadis0x
2024-05-27 20:15:34 +03:00
parent 231087da51
commit 5968a83932
3 changed files with 56 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ namespace Misc {
void InstantWin();
void Fly(float speed);
void CustomizedLobby();
void SpawnPrefab(app::PrefabId id);
void SpawnPrefab(const char* prefabName);
void FullBright();
void Revive(bool self);
void GetKeys();