mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 12:48:20 +00:00
8 lines
196 B
C++
8 lines
196 B
C++
#include "LupGenericInteract.h"
|
|
#include "GameMessages.h"
|
|
#include "dLogger.h"
|
|
|
|
void LupGenericInteract::OnUse(Entity* self, Entity* user) {
|
|
GameMessages::SendPlayAnimation(self, u"interact");
|
|
}
|