mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-03-11 02:11:16 -05:00
7 lines
163 B
C++
7 lines
163 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class FvPandaSpawnerServer : public CppScripts::Script {
|
|
void OnCollisionPhantom(Entity* self, Entity* target) override;
|
|
};
|