mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Make Getters more case consistant
This commit is contained in:
@@ -330,17 +330,17 @@ namespace FFXIVClassic_Lobby_Server
|
||||
|
||||
#endregion
|
||||
|
||||
public static WorldManager GetWorldManager()
|
||||
public static WorldManager getWorldManager()
|
||||
{
|
||||
return mWorldManager;
|
||||
}
|
||||
|
||||
public Dictionary<uint, ConnectedPlayer> GetConnectedPlayerList()
|
||||
public Dictionary<uint, ConnectedPlayer> getConnectedPlayerList()
|
||||
{
|
||||
return mConnectedPlayerList;
|
||||
}
|
||||
|
||||
public static Dictionary<uint, Item> GetGamedataItems()
|
||||
public static Dictionary<uint, Item> getItemGamedataList()
|
||||
{
|
||||
return gamedataItems;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user