add: UnlockDoors function

This commit is contained in:
jadis0x
2022-12-11 14:02:27 +03:00
committed by GitHub
parent 01bce17ee4
commit e893d88e20

View File

@@ -24,4 +24,5 @@ namespace Misc {
void ShootEveryone(bool shootEveryone, bool hit);
void Jumpscare(bool inHidingSpot);
void FreezeAzazel();
void UnlockDoors();
}