10 lines
192 B
C#
10 lines
192 B
C#
using Microsoft.Xna.Framework.Graphics;
|
|
|
|
namespace Barotrauma
|
|
{
|
|
partial class AIController : ISteerable
|
|
{
|
|
public virtual void DebugDraw(SpriteBatch spriteBatch) { }
|
|
}
|
|
}
|