Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.MachineLinking.Components
|
||||
{
|
||||
public interface ISignalReceiver<in T>
|
||||
{
|
||||
void TriggerSignal(T signal);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user