Esempio n. 1
0
        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();
        }
Esempio n. 2
0
        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();
        }