mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-11 00:52:19 +00:00
9 lines
135 B
C#
9 lines
135 B
C#
namespace QSB.EventsCore
|
|
{
|
|
public interface IQSBEvent
|
|
{
|
|
void SetupListener();
|
|
void CloseListener();
|
|
}
|
|
}
|