DarkflameServer/dScripts/ai/NS/ClRing.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
124 B
C++
Raw Normal View History

#include "ClRing.h"
void ClRing::OnCollisionPhantom(Entity* self, Entity* target) {
self->Smash(target->GetObjectID());
}