DarkflameServer/dScripts/ai/RACING/OBJECTS/FvRacePillarDServer.h
2023-12-02 21:03:17 -06:00

10 lines
218 B
C++

#pragma once
#include "CppScripts.h"
class FvRacePillarDServer : public CppScripts::Script {
void OnCollisionPhantom(Entity* self, Entity* target) override;
private:
LOT m_PillarD = 11949;
LOT m_Dragon = 11898;
};