AutoCompState + ItemToggle fixes (#23422)
* AutoCompState + ItemToggle fixes Fix a lot of the comp states that are never actually networked and also cleaned up ItemToggle events a bunch. ItemToggle will still need some future work for lights and sounds. * Also catch these
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Sericulture;
|
||||
/// Should be applied to any mob that you want to be able to produce any material with an action and the cost of hunger.
|
||||
/// TODO: Probably adjust this to utilize organs?
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedSericultureSystem))]
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedSericultureSystem)), AutoGenerateComponentState]
|
||||
public sealed partial class SericultureComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user