DarkflameServer/dScripts/02_server/Map/njhub/NjGarmadonCelebration.h

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

9 lines
216 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NjGarmadonCelebration : public CppScripts::Script {
void OnCollisionPhantom(Entity* self, Entity* target) override;
private:
const int32_t GarmadonCelebrationID = 23;
};