9 lines
132 B
C++
9 lines
132 B
C++
#pragma once
|
|
|
|
#include "cbaseplayerpawn.h"
|
|
|
|
class CCSPlayerPawn : public CBasePlayerPawn
|
|
{
|
|
public:
|
|
DECLARE_CLASS(CCSPlayerPawn);
|
|
}; |