mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-07-07 04:00:02 +00:00
8 lines
164 B
C++
8 lines
164 B
C++
#include "WildAmbients.h"
|
|
#include "GameMessages.h"
|
|
|
|
void WildAmbients::OnUse(Entity* self, Entity* user)
|
|
{
|
|
GameMessages::SendPlayAnimation(self, u"interact");
|
|
}
|