public override void DebugDraw() { base.DebugDraw(); Draw.RectOutline(m_bounds, (m_others.Count == 0) ? Color.MonoGameOrange : Color.LimeGreen); }