Files
LuaCsForBarotraumaEP/BarotraumaServer/Source/Physics/PhysicsBody.cs
T
2017-06-23 14:43:43 -03:00

16 lines
245 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Barotrauma
{
partial class PhysicsBody
{
private void DisposeProjSpecific()
{
//do nothing
}
}
}