Removes implicit types

This commit is contained in:
Kamron Batman 2018-09-14 08:48:39 -07:00
parent 33f5e77a24
commit 04b4cfe75b
261 changed files with 1329 additions and 1329 deletions

View file

@ -164,7 +164,7 @@ namespace Server.Spells.Necromancy
return closest;
}
private static readonly Point3D[] m_BritanniaLocs = new Point3D[]
private static readonly Point3D[] m_BritanniaLocs = new[]
{
new Point3D( 1470, 843, 0 ),
new Point3D( 1857, 865, -1 ),
@ -176,7 +176,7 @@ namespace Server.Spells.Necromancy
new Point3D( 2500, 3931, 3 ),
new Point3D( 4264, 3707, 0 )
};
private static readonly Point3D[] m_IllshLocs = new Point3D[]
private static readonly Point3D[] m_IllshLocs = new[]
{
new Point3D( 1222, 474, -17 ),
new Point3D( 718, 1360, -60),
@ -186,11 +186,11 @@ namespace Server.Spells.Necromancy
new Point3D( 1538, 1341, -3 ),
new Point3D( 528, 223, -38 )
};
private static readonly Point3D[] m_MalasLocs = new Point3D[]
private static readonly Point3D[] m_MalasLocs = new[]
{
new Point3D ( 976, 517, -30 )
};
private static readonly Point3D[] m_TokunoLocs = new Point3D[]
private static readonly Point3D[] m_TokunoLocs = new[]
{
new Point3D( 710, 1162, 25 ),
new Point3D( 1034, 515, 18 ),