-
Notifications
You must be signed in to change notification settings - Fork 2
Clancy's Cogs
clancy edited this page Nov 17, 2020
·
1 revision
Alright why Cogs? There comes a point where your code becomes spaghetti as in complicated and a mess, and you obviously want your code to be perfect and not jumbled, and with Cogs you can organize a collection of commands, listeners, and some state into one class. Cogs allow you to do just that.