class MAGES::Editor::PopupContextWindow::Content

class Content: public PopupWindowContent
{
public:
    // methods

    Content(VisualElement content, Vector2 size);
    override Vector2 GetWindowSize();
    override void OnOpen();
    override void OnGUI(Rect rect);
    void Close();
};