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