Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Barotrauma.Networking;
|
||||
|
||||
namespace Barotrauma.Items.Components
|
||||
{
|
||||
partial class TriggerComponent : ItemComponent, IServerSerializable
|
||||
{
|
||||
public void ServerWrite(IWriteMessage msg, Client c, object[] extraData = null)
|
||||
{
|
||||
msg.WriteRangedSingle(CurrentForceFluctuation, 0.0f, 1.0f, 8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user