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