示例#1
0
 public static IEnumerable <SpellSlot> Ready(this IEnumerable <SpellSlot> spells, LocalPlayerCharacterView player)
 => spells.Where(spell => player.GetFightingObject().IsReadyToCast(spell.Slot));