17
Content.Shared/Administration/Logs/SharedAdminLogSystem.cs
Normal file
17
Content.Shared/Administration/Logs/SharedAdminLogSystem.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
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