Switch to Barotrauma & too many misc changes to remember

This commit is contained in:
Regalis
2015-10-16 18:11:58 +03:00
parent 2bb5d41836
commit 838022fcd5
203 changed files with 540 additions and 419 deletions
@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
class AIController : ISteerable
{
+1 -1
View File
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Microsoft.Xna.Framework;
namespace Subsurface
namespace Barotrauma
{
class AITarget
{
@@ -8,7 +8,7 @@ using Microsoft.Xna.Framework;
using FarseerPhysics.Dynamics;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
class EnemyAIController : AIController
@@ -1,6 +1,6 @@
using Microsoft.Xna.Framework;
namespace Subsurface
namespace Barotrauma
{
interface ISteerable
{
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
namespace Subsurface
namespace Barotrauma
{
class PathNode
{
@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework;
using FarseerPhysics.Dynamics;
namespace Subsurface
namespace Barotrauma
{
class SteeringManager
{
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Microsoft.Xna.Framework;
namespace Subsurface
namespace Barotrauma
{
class SteeringPath
{