Portable Generator Rework (#19302)
This commit is contained in:
committed by
GitHub
parent
50828363fe
commit
bf16698efa
@@ -39,7 +39,7 @@ public sealed class PowerNetConnectorSystem : EntitySystem
|
||||
BaseNetConnectorInit(component);
|
||||
}
|
||||
|
||||
public void BaseNetConnectorInit<T>(BaseNetConnectorComponent<T> component)
|
||||
public void BaseNetConnectorInit<T>(BaseNetConnectorComponent<T> component) where T : class
|
||||
{
|
||||
if (component.NeedsNet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user