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