Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -13,7 +13,7 @@ namespace Server.Spells
|
|||
private ISpellTargetingPoint3D m_Spell;
|
||||
public ISpell Spell => m_Spell;
|
||||
|
||||
private bool m_CheckLOS;
|
||||
private readonly bool m_CheckLOS;
|
||||
|
||||
public SpellTargetPoint3D(ISpellTargetingPoint3D spell, TargetFlags flags = TargetFlags.None, int range = 12, bool checkLOS = true) : base(range, true, flags)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue