Commands sent from the client to the server to interact with the game are called actions, but the action to list all actions is called listMethods, and the actions live in the methods object in the methods.ts file. There is no reason why these should not all be called actions.
Commands sent from the client to the server to interact with the game are called
actions
, but the action to list all actions is calledlistMethods
, and the actions live in themethods
object in themethods.ts
file. There is no reason why these should not all be calledactions
.