Ejemplo n.º 1
0
 public static List <string> GetTowersThatCanUseItem(this Game game, EquipmentNode equipmentNode)
 {
     return(EquipmentHelper.GetTowersThatCanUseItem(equipmentNode));
 }