Exemple #1
0
        protected void constructor()
        {
            Logics          = new Logics.GroundLogics();
            Graphics        = new Graphics.GroundGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            Graphics.Size = new Vector2(32, 32);
        }
Exemple #2
0
        protected void constructor()
        {
            Logics = new Logics.GroundLogics();
            Graphics = new Graphics.GroundGraphics();
            Graphics.parent = this;
            Logics.parent = this;

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