networking i guess
This commit is contained in:
10
game/server/pointentity.h
Normal file
10
game/server/pointentity.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef POINT_ENTITY_H
|
||||
#define POINT_ENTITY_H
|
||||
|
||||
#include "baseentity.h"
|
||||
class CPointEntity: public CBaseEntity
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user