Make AdminLogsSystem an IoC manager (#8492)
* Make log not entity system * Fixes
This commit is contained in:
@@ -5,4 +5,10 @@
|
||||
/// </summary>
|
||||
public sealed class RoundStartingEvent : EntityEventArgs
|
||||
{
|
||||
public RoundStartingEvent(int id)
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
||||
public int Id { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user