Simple FPS and Ping display
To use, set your root panel to or add a child Panel called
using Perfmon;
/*
bool draw = true
bool drawFPS = true
bool drawPing = false
IClient client = null // Used for ping meter
float updateRate = 1f // How fast updates should be
*/
Game.RootPanel = new PerfmonRoot();