bofirial / DungeonBot

A website for learning to code using c#.
https://dungeonbot.net
MIT License
5 stars 1 forks source link

Support Multiple Files for Enemy Action Modules (SourceGenerator) #85

Closed bofirial closed 2 years ago

bofirial commented 3 years ago

The Source Generator for Enemy Action Modules needs to be able to add source code from multiple files for a single ActionModule. This will likely need to be a parameter included on the [GenerateSourceCodePropertyPartialClassAttribute] to group the files related to the EnemyActionModules together. (This parameter should be renamed since it supports multiple files now.)

bofirial commented 2 years ago

Not planning on coding in Monaco in the redesign.