Revert "virtualize all net ids to reduce net traffic"
This reverts commit 027c338c5f.
Formatting fix left in.
This commit is contained in:
@@ -74,9 +74,8 @@ namespace Content.Shared.GameObjects.Components.Items
|
||||
{
|
||||
public TimeSpan? CooldownStart { get; set; }
|
||||
public TimeSpan? CooldownEnd { get; set; }
|
||||
public override uint NetID => ContentNetIDs.ITEMCOOLDOWN;
|
||||
|
||||
public ItemCooldownComponentState()
|
||||
public ItemCooldownComponentState() : base(ContentNetIDs.ITEMCOOLDOWN)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user