Allow placing DebugCommand attribute on fields and properties
This commit is contained in:
@@ -8,7 +8,7 @@ namespace FlaxEngine
|
||||
/// Marks static method as debug command that can be executed from the command line or via console.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public sealed class DebugCommand : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user