summaryrefslogtreecommitdiff
path: root/cheat/tf2/identity.h
blob: 0b3906a0d161b42fa6c6fe126dcc302e300c4194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "sdk.h"
//kept incase i wanna do shit here fuck you
namespace features
{
	class c_identity {
	private:
	public:
		void operator()( ) {
		}
	};
}