18 lines
341 B
C#
18 lines
341 B
C#
using Microsoft.Xna.Framework;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Xml.Linq;
|
|
using Barotrauma.Networking;
|
|
using FarseerPhysics;
|
|
|
|
namespace Barotrauma
|
|
{
|
|
partial class Explosion
|
|
{
|
|
private void ExplodeProjSpecific(Vector2 worldPosition,Hull hull)
|
|
{
|
|
//do nothing
|
|
}
|
|
}
|
|
}
|