Class RequiresSkillAttribute
Inheritance
System.Object
RequiresSkillAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class RequiresSkillAttribute : BaseRequiresSkillAttribute, IController, IViewController, IHasUniversalID
Constructors
RequiresSkillAttribute(Type, Int32)
Declaration
public RequiresSkillAttribute(Type requiredSkillType, int requiredSkillLevel)
Parameters
Type |
Name |
Description |
System.Type |
requiredSkillType |
|
System.Int32 |
requiredSkillLevel |
|
Properties
Cache
Declaration
public static AttributeCache<RequiresSkillAttribute> Cache { get; }
Property Value
Implements
Extension Methods