refactor(Core/Player): extract methods based on existing categories (#6838)

This commit is contained in:
Francesco Borzì
2021-07-10 12:49:33 +02:00
committed by GitHub
parent 2e829144c3
commit 19869e65ff
8 changed files with 11035 additions and 10923 deletions

View File

@@ -171,4 +171,4 @@ std::ostringstream& operator<< (std::ostringstream& ss, PlayerTaxi const& taxi)
for (uint8 i = 0; i < TaxiMaskSize; ++i)
ss << taxi.m_taximask[i] << ' ';
return ss;
}
}