virtualize all net ids to reduce net traffic
This commit is contained in:
@@ -20,7 +20,9 @@ namespace Content.Shared.GameObjects.Components.Chemistry
|
||||
[Serializable, NetSerializable]
|
||||
public class SolutionComponentState : ComponentState
|
||||
{
|
||||
public SolutionComponentState() : base(ContentNetIDs.SOLUTION) { }
|
||||
public override uint NetID => ContentNetIDs.SOLUTION;
|
||||
|
||||
public SolutionComponentState() { }
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user