public float NeededVoltage = 2f;//TODO private void constructor() { Logics = new Logics.LEDLogics(); Graphics = new Graphics.LEDGraphics(); Graphics.parent = this; Logics.parent = this; Graphics.Size = new Vector2(48, 32); ToolTip = new GUI.LEDProperties(); }
private void constructor() { Logics = new Logics.LEDLogics(); Graphics = new Graphics.LEDGraphics(); Graphics.parent = this; Logics.parent = this; Graphics.Size = new Vector2(48, 32); ToolTip = new GUI.LEDProperties(); }