Example #1
0
 public CGemCategoryEnumAttribute(CGemCategoryEnum aGemCategoryEnum)
 {
     this.GemCategoryEnum = aGemCategoryEnum;
 }
Example #2
0
 internal CGemCategory Get(CGemCategoryEnum aGemCategoryEnum)
 => this.Array[(int)aGemCategoryEnum];
Example #3
0
 private CGemPropability GetGemPropability(CGemCategoryEnum aGemCategoryEnum)
 => this.CategoryToPropabilityMap[(int)aGemCategoryEnum];
Example #4
0
 internal CGemCategory(CServiceLocatorNode aParent, CGemCategoryEnum aGemCategoryEnum)
 {
     this.GemCategoryEnum = aGemCategoryEnum;
 }