From 6c8ff698a6c1c02411d4a512242778717f5d13be Mon Sep 17 00:00:00 2001 From: jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:28:07 +0300 Subject: [PATCH] add: SkipLongInteract function --- DevourClient/Features/Misc/Misc.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DevourClient/Features/Misc/Misc.hpp b/DevourClient/Features/Misc/Misc.hpp index cd136cd..927dc2b 100644 --- a/DevourClient/Features/Misc/Misc.hpp +++ b/DevourClient/Features/Misc/Misc.hpp @@ -19,4 +19,5 @@ namespace Misc { void BurnRitualObj(bool burnAll); void KnockoutPlayers(bool killYourself); void Revive(bool reviveEveryone); + void SkipLongInteract(); }