mud
mud copied to clipboard
worldgen should skip abstract contracts
like interfaces, abstract contracts can't be deployed so probably shouldn't have world interfaces created for them
should we have a naming scheme for these like we do for interfaces (i.e. ISystem) to skip at the filename level rather than at parse time?