Added enum types (#2701)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Content.Client.GameObjects.Components.Morgue
|
||||
}
|
||||
}
|
||||
|
||||
public enum BodyBagVisualLayers
|
||||
public enum BodyBagVisualLayers : byte
|
||||
{
|
||||
Label,
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
||||
}
|
||||
}
|
||||
|
||||
public enum CrematoriumVisualLayers
|
||||
public enum CrematoriumVisualLayers : byte
|
||||
{
|
||||
Base,
|
||||
Light,
|
||||
|
||||
@@ -75,7 +75,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
||||
}
|
||||
}
|
||||
|
||||
public enum MorgueVisualLayers
|
||||
public enum MorgueVisualLayers : byte
|
||||
{
|
||||
Base,
|
||||
Light,
|
||||
|
||||
Reference in New Issue
Block a user