using Microsoft.Xna.Framework.Graphics; namespace Barotrauma { partial class AIController : ISteerable { public virtual void DebugDraw(SpriteBatch spriteBatch) { } } }