- -- ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
- function GameClient:createActions()
- print("=============\nCreate Actions...\n============")
- self:getActionMap():createAction("Test", GameClient.testAction, self) <-stops here
- print("-------------\n")
- end
