Class SynchronizedCommandAttribute
- Namespace
- Uncreated.Warfare.Interaction.Commands
- Assembly
- Uncreated.Warfare.dll
Indicates that only one execution of this command can run at once.
[AttributeUsage(AttributeTargets.Class)]
[BaseTypeRequired(typeof(ICommand))]
public sealed class SynchronizedCommandAttribute : Attribute
- Inheritance
-
SynchronizedCommandAttribute
- Inherited Members