refactor(GameObject): Update some methods to UpperCamelCase (#6487)

This commit is contained in:
Kitzunu
2021-06-28 19:41:32 +02:00
committed by GitHub
parent de93120463
commit 9c5b5e4ca9
3 changed files with 6 additions and 6 deletions

View File

@@ -803,7 +803,7 @@ void GameObject::Delete()
AddObjectToRemoveList();
}
void GameObject::getFishLoot(Loot* fishloot, Player* loot_owner)
void GameObject::GetFishLoot(Loot* fishloot, Player* loot_owner)
{
fishloot->clear();
@@ -823,7 +823,7 @@ void GameObject::getFishLoot(Loot* fishloot, Player* loot_owner)
}
}
void GameObject::getFishLootJunk(Loot* fishloot, Player* loot_owner)
void GameObject::GetFishLootJunk(Loot* fishloot, Player* loot_owner)
{
fishloot->clear();