namespace FightDebug
{
public interface ISubDebugPanel
bool isFold { get; set; }
string title { get; }
void DrawUI();
}