plenty of new things
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
namespace Barotrauma.Items.Components
|
||||
{
|
||||
public struct Signal
|
||||
struct Signal
|
||||
{
|
||||
internal string value;
|
||||
internal int stepsTaken;
|
||||
internal Character sender;
|
||||
internal Item source;
|
||||
internal float power;
|
||||
internal float strength;
|
||||
public string value;
|
||||
public int stepsTaken;
|
||||
public Character sender;
|
||||
public Item source;
|
||||
public float power;
|
||||
public float strength;
|
||||
|
||||
internal Signal(string value, int stepsTaken = 0, Character sender = null,
|
||||
Item source = null, float power = 0.0f, float strength = 1.0f)
|
||||
|
||||
Reference in New Issue
Block a user