1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-07 16:48:40 +00:00

Add set_breath and get_breath to lua API.

This commit is contained in:
RealBadAngel 2013-07-19 19:50:33 +02:00
parent ab145c8827
commit d19c8b815d
14 changed files with 195 additions and 19 deletions

View file

@ -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