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