Esempio n. 1
0
        private void constructor()
        {
            Logics          = new Logics.MagnetLogics();
            Graphics        = new Graphics.MagnetGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            Graphics.Size = new Vector2(32, 32);
            ToolTip       = new GUI.MagnetProperties();
        }
Esempio n. 2
0
        private void constructor()
        {
            Logics = new Logics.MagnetLogics();
            Graphics = new Graphics.MagnetGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            Graphics.Size = new Vector2(32, 32);
            ToolTip = new GUI.MagnetProperties();
        }