mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
37de00464e
Removing extraneous includes from scripts that start with the letter M-Z
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");
|
|
}
|