Implement external events approach to input user actions into engine.
Doesn't work for some obscure reason ("Error: Unknown method parameter type: LongEventType")
file(GLOB luafiles *.lua)
install(FILES
${luafiles}
DESTINATION ${SHAREPATH}Data/Scripts)
add_subdirectory(Multiplayer)