mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
5 lines
74 B
Lua
5 lines
74 B
Lua
return {
|
|
w = function() print("w") end,
|
|
s = function() print("s") end
|
|
}
|