struct IGameSecurity { };
INetwork.h
virtual ~IGameSecurity();
virtual bool IsIPBanned(uint32 ip) = 0;
Callback for making sure we're not communicating with a banned IP address.
virtual void OnPunkDetected(const char * addr, EPunkType punkType) = 0;
Called when a cheater is detected.