Exemple #1
0
 protected CategoryState(CategoryState other)
 {
     Category = other.Category;
 }
Exemple #2
0
 public CategoryState(BattleData.SkillCategory category)
 {
     Category = category;
 }