13
Content.Shared/Administration/Logs/SharedAdminLog.cs
Normal file
13
Content.Shared/Administration/Logs/SharedAdminLog.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public readonly record struct SharedAdminLog(
|
||||
int Id,
|
||||
LogType Type,
|
||||
LogImpact Impact,
|
||||
DateTime Date,
|
||||
string Message,
|
||||
Guid[] Players);
|
||||
Reference in New Issue
Block a user