Reaction & reagent effect logging (#5463)
* Reaction logging * effect logging * position
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Administration.Logs;
|
||||
|
||||
// DO NOT CHANGE THE NUMERIC VALUES OF THESE
|
||||
[Serializable, NetSerializable]
|
||||
public enum LogImpact : sbyte
|
||||
{
|
||||
Low = -1,
|
||||
|
||||
Reference in New Issue
Block a user