Re-organize all projects (#4166)
This commit is contained in:
14
Content.Server/Destructible/Thresholds/ThresholdActs.cs
Normal file
14
Content.Server/Destructible/Thresholds/ThresholdActs.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Server.Destructible.Thresholds
|
||||
{
|
||||
[Flags, FlagsFor(typeof(ActsFlags))]
|
||||
[Serializable]
|
||||
public enum ThresholdActs
|
||||
{
|
||||
None = 0,
|
||||
Breakage,
|
||||
Destruction
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user