* adds Lua language support * makes the library generic, allowing for easy extension for more languages * small improvements and fixes
3 lines
53 B
Text
3 lines
53 B
Text
get_player_name().then(|name| {
|
|
print(name);
|
|
});
|