Beispiel #1
0
 public MapInteractiveElementSkill GetSkill(uint uid)
 {
     return(EnabledSkills.Find(x => x.UId == uid));
 }