mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
mass replaced all methods to pascal case
This commit is contained in:
parent
ed0a0a58f7
commit
24f55139dd
179 changed files with 1585 additions and 1585 deletions
|
@ -378,7 +378,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
return -1;
|
||||
}
|
||||
|
||||
public double getItemHQValue(float value1, float value2)
|
||||
public Double GetItemHQValue(float value1, float value2)
|
||||
{
|
||||
return Math.Max(value1 + 1, Math.Ceiling(value1 * value2));
|
||||
}
|
||||
|
@ -420,7 +420,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
public readonly int paramBonusType10;
|
||||
public readonly short paramBonusValue10;
|
||||
|
||||
public readonly short additionalEffect;
|
||||
public readonly short AdditionalEffect;
|
||||
public readonly bool materialBindPermission;
|
||||
public readonly short materializeTable;
|
||||
|
||||
|
@ -459,7 +459,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
paramBonusType10 = reader.GetInt32("paramBonusType10");
|
||||
paramBonusValue10 = reader.GetInt16("paramBonusValue10");
|
||||
|
||||
additionalEffect = reader.GetInt16("additionalEffect");
|
||||
AdditionalEffect = reader.GetInt16("additionalEffect");
|
||||
materialBindPermission = reader.GetBoolean("materiaBindPermission");
|
||||
materializeTable = reader.GetInt16("materializeTable");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue