add: ShootEveryone function

This commit is contained in:
jadis0x
2022-10-11 13:29:12 +03:00
committed by GitHub
parent 43ad6e74df
commit 7c4792dfb2

View File

@@ -21,4 +21,5 @@ namespace Misc {
void Revive(bool reviveEveryone);
void SkipLongInteract();
void TPKeys();
void ShootEveryone(bool shootEveryone, bool hit);
}