예제 #1
0
 public Skill()
 {
     grade = 1;
     //level.current = 1;
     learned     = true;
     this.level  = new CurrentMaxi(0, 20);
     description = new SkillDescription();
     icon        = new Texture2D(0, 0);
 }
예제 #2
0
 public ASkillTrap()
 {
     this.trapPlaced = new CurrentMaxi(0, 0);
     category        = e_skillCategory.Trap;
 }