Exemplo n.º 1
0
 public void Unlock(SkillNode skillNode)
 {
     skillNode.Unlock();
     _graphWalker.WalkThrough(skillNode);
 }