Table of Contents

Class BaseExecutionCheckAttribute

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public abstract class BaseExecutionCheckAttribute : Attribute
Inheritance
BaseExecutionCheckAttribute
Derived
Inherited Members

Constructors

BaseExecutionCheckAttribute()

protected BaseExecutionCheckAttribute()

Methods

RunChecksAsync(CommandContext)

public abstract Task<bool> RunChecksAsync(CommandContext context)

Parameters

context CommandContext

Returns

Task<bool>