Add Content.Shared.Database (#5588)
This commit is contained in:
committed by
GitHub
parent
f3ae907e7c
commit
64861ff034
11
Content.Shared.Database/LogImpact.cs
Normal file
11
Content.Shared.Database/LogImpact.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Shared.Database;
|
||||
|
||||
// DO NOT CHANGE THE NUMERIC VALUES OF THESE
|
||||
[Serializable]
|
||||
public enum LogImpact : sbyte
|
||||
{
|
||||
Low = -1,
|
||||
Medium = 0,
|
||||
High = 1,
|
||||
Extreme = 2 // Nar'Sie just dropped
|
||||
}
|
||||
Reference in New Issue
Block a user