Add Content.Shared.Database (#5588)

This commit is contained in:
Pieter-Jan Briers
2021-11-28 14:56:53 +01:00
committed by GitHub
parent f3ae907e7c
commit 64861ff034
71 changed files with 87 additions and 9 deletions

View 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
}