@@ -1,17 +0,0 @@
|
||||
using System.Globalization;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
|
||||
public abstract class SharedAdminLogSystem : EntitySystem
|
||||
{
|
||||
public virtual void Add(LogType type, LogImpact impact, ref LogStringHandler handler)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
public virtual void Add(LogType type, ref LogStringHandler handler)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user