atm the seeds are hardcoded to the CGA,
I wanted to make my own version of it to satisfy my aesthetics sense by making a semi transparent version of a GCA maybe with exposed internals.
interface ICrystalGrowthAccelerator {
boolean isPowered();
}
would be probably sufficient from looking at the code. |