DarkflameServer/dScripts/ai/NS/ClRing.cpp

6 lines
124 B
C++
Raw Normal View History

#include "ClRing.h"
2022-07-28 13:39:57 +00:00
void ClRing::OnCollisionPhantom(Entity* self, Entity* target) {
self->Smash(target->GetObjectID());
}