mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-20 19:20:29 -05:00
0545adfac3
Have fun!
7 lines
166 B
C++
7 lines
166 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class AgMonumentRaceCancel : public CppScripts::Script {
|
|
void OnCollisionPhantom(Entity *self, Entity *target) override;
|
|
};
|