HMI-Studios / CivCloneJS

3 stars 1 forks source link

Rename methods to actions #198

Open kjniemela opened 7 months ago

kjniemela commented 7 months ago

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.