public static void Draw(SpriteBatch sb, GameTime gt) { sb.Begin(); if (_map != null) { _map.Draw(sb, gt); } sb.End(); }