has method
- SlotEffect effect
Check if effect contains another
Implementation
bool has(SlotEffect effect) => (_value & effect._value) == effect._value;
Check if effect contains another
bool has(SlotEffect effect) => (_value & effect._value) == effect._value;