mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Improved Player Physics
This commit is contained in:
parent
86b906d015
commit
df3c925b3c
10 changed files with 295 additions and 109 deletions
|
@ -602,6 +602,7 @@ private:
|
|||
Static send methods
|
||||
*/
|
||||
|
||||
static void SendMovement(con::Connection &con, u16 peer_id);
|
||||
static void SendHP(con::Connection &con, u16 peer_id, u8 hp);
|
||||
static void SendAccessDenied(con::Connection &con, u16 peer_id,
|
||||
const std::wstring &reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue