Example #1
0
        public Collider(float width, float height)
        {
            WorldCollision.AddCollider(this);

            Width  = width;
            Height = height;
        }