Files
funnygame/game/server/pointentity.h
2026-02-28 21:07:44 +02:00

11 lines
131 B
C++

#ifndef POINT_ENTITY_H
#define POINT_ENTITY_H
#include "baseentity.h"
class CPointEntity: public CBaseEntity
{
public:
};
#endif