using Sandbox.UI; namespace Sandbox; interface IPanelComponent { Panel GetPanel(); }