chore: Use var everywhere (#2294)
This commit is contained in:
parent
0b34cc4417
commit
ebaf104935
267 changed files with 873 additions and 873 deletions
|
|
@ -161,7 +161,7 @@ public abstract class Target
|
|||
Mobile mobile = null;
|
||||
var isValidTargetType = true;
|
||||
|
||||
bool valid = targeted switch
|
||||
var valid = targeted switch
|
||||
{
|
||||
LandTarget landTarget => CanTarget(from, landTarget, ref loc, ref map),
|
||||
StaticTarget staticTarget => CanTarget(from, staticTarget, ref loc, ref map),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue