private void constructor() { Logics = new Logics.RotatableConnectorLogics(); Graphics = new Graphics.RotatableConnectorGraphics(); Graphics.parent = this; Logics.parent = this; //Graphics.Size = new Vector2(32, 32); //ToolTip = new GUI.LEDToolTip(); }