18 lines
321 B
C#
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
|
|
}
|
|
}
|
|
}
|