SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
2 stars 0 forks source link

Reuse instances of cogs #83

Closed SGA-A closed 3 months ago

SGA-A commented 3 months ago

This PR doesn't create new instances of an already existing cog. Instead it gets the currently in use cog instance, reducing memory usage. It also includes some minor bugs and issues.

serephenna commented 3 months ago

Made some changes to the interaction checks as it not changed following the rewrite. I have no other concerns.

SGA-A commented 3 months ago

LGTM.