Yaya
This commit is contained in:
@@ -272,6 +272,10 @@ std::string Player::GetUsername() const { return m_username; }
|
||||
|
||||
float Player::GetHP() const { return m_hp; }
|
||||
|
||||
void Player::SetHP(float hp) {
|
||||
m_hp = hp;
|
||||
}
|
||||
|
||||
void Player::Teleport(int& x, int& z) {
|
||||
m_position.x -= x * CHUNK_SIZE_X;
|
||||
m_position.z -= z * CHUNK_SIZE_Z;
|
||||
|
Reference in New Issue
Block a user