Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -9,15 +9,13 @@ namespace Server.Items
|
|||
public override int DefaultGumpID => 0x2A63;
|
||||
public override int DefaultDropSound => 0x23F;
|
||||
|
||||
private static int[,,] m_Positions = new[,,]
|
||||
{
|
||||
private static int[,,] m_Positions = {
|
||||
{ { 275, 85 }, { 360, 111 }, { 375, 184 }, { 332, 228 }, { 141, 105 }, { 189, 75 } },
|
||||
{ { 274, 34 }, { 327, 89 }, { 354, 168 }, { 304, 225 }, { 113, 86 }, { 189, 75 } },
|
||||
{ { 276, 79 }, { 369, 117 }, { 372, 192 }, { 336, 230 }, { 141, 116 }, { 189, 75 } },
|
||||
};
|
||||
|
||||
private static int[] m_BrainHues = new[]
|
||||
{
|
||||
private static int[] m_BrainHues = {
|
||||
0x2B, 0x42, 0x54, 0x60
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -284,8 +284,7 @@ namespace Server.Items
|
|||
Opened = true;
|
||||
}
|
||||
|
||||
private static int[] m_Hues = new[]
|
||||
{
|
||||
private static int[] m_Hues = {
|
||||
0xD, 0x17, 0x2B, 0x42, 0x54, 0x5D
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue