2023-12-02 21:03:17 -06:00

9 lines
191 B
C++

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