Files
LuaCsForBarotraumaEP/BarotraumaServer/Source/Map/FireSource.cs
Juan Pablo Arce 8f37e14917 Split Machines ItemComponents
There's still a lot of work to do before we can get the server to compile
2017-06-18 14:36:11 -03:00

18 lines
321 B
C#

using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Barotrauma.Networking;
namespace Barotrauma
{
partial class FireSource
{
private void UpdateProjSpecific(float growModifier)
{
//do nothing
}
}
}