Fix bad reflection usage from OverlayEffectsComponent.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
namespace Content.Shared.Interfaces
|
||||
{
|
||||
public interface IConfigurable<in T>
|
||||
{
|
||||
public void Configure(T parameters);
|
||||
}
|
||||
}
|
||||
9
Content.Shared/Interfaces/IConfigurableOverlay.cs
Normal file
9
Content.Shared/Interfaces/IConfigurableOverlay.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.GameObjects.Components.Mobs;
|
||||
|
||||
namespace Content.Shared.Interfaces
|
||||
{
|
||||
public interface IConfigurableOverlay
|
||||
{
|
||||
void Configure(OverlayParameter parameter);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user