protected void constructor() { Logics = new Logics.HESLogics(); Graphics = new Graphics.HESGraphics(); Graphics.parent = this; Logics.parent = this; Graphics.Size = new Vector2(32, 32); ToolTip = new GUI.HESProperties(); }