add: SkipLongInteract function

This commit is contained in:
jadis0x
2022-10-08 14:28:07 +03:00
committed by GitHub
parent 0f0f34b330
commit 6c8ff698a6

View File

@@ -19,4 +19,5 @@ namespace Misc {
void BurnRitualObj(bool burnAll);
void KnockoutPlayers(bool killYourself);
void Revive(bool reviveEveryone);
void SkipLongInteract();
}