Enum DuplicateConditions
See DuplicateCondition.
Namespace: Content.Shared.DoAfter
Assembly: Content.Shared.dll
Syntax
public enum DuplicateConditions : byte
Fields
Name | Description |
---|---|
All | |
None | This DoAfter will consider any other DoAfter with the same user to be a duplicate. |
SameEvent | Requires that the |
SameTarget | Requires that |
SameTool | Requires that |