forked from nikita/muzika-gromche
Events: Mark BaseEvent as abstract
It's not useful on its own
This commit is contained in:
parent
7ed299ead8
commit
ce437aa86c
|
@ -1248,7 +1248,7 @@ namespace MuzikaGromche
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BaseEvent;
|
public abstract class BaseEvent;
|
||||||
|
|
||||||
public class SetLightsColorEvent(Color color) : BaseEvent
|
public class SetLightsColorEvent(Color color) : BaseEvent
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue