HMI-Studios / CivCloneJS

3 stars 1 forks source link

Yield class extensibility #133

Open kjniemela opened 1 year ago

kjniemela commented 1 year ago

The Yield class is currently very hard to extend - especially if we add mod support in the future. Maybe the Yield class should not be able to be modded like that, but it might be nice. The way it's currently implemented also makes the code slightly annoying, since we need to list all the resource names every time.