mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add set_breath and get_breath to lua API.
This commit is contained in:
@@ -488,6 +488,12 @@ enum ToClientCommand
|
||||
u16 len
|
||||
u8[len] value
|
||||
*/
|
||||
|
||||
TOCLIENT_BREATH = 0x4e,
|
||||
/*
|
||||
u16 command
|
||||
u16 breath
|
||||
*/
|
||||
};
|
||||
|
||||
enum ToServerCommand
|
||||
@@ -711,6 +717,12 @@ enum ToServerCommand
|
||||
/*
|
||||
u16 command
|
||||
*/
|
||||
|
||||
TOSERVER_BREATH = 0x42,
|
||||
/*
|
||||
u16 command
|
||||
u16 breath
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user