Walter Hulsebos

Results 3 issues of Walter Hulsebos

### Description Changed code generation of actions sets so they now have an optional `isEnabledByDefault` parameter and check in it's constructor. It will then automatically call `.Enable()` at the end...

in-review

Without this it'll throw an error when trying to export to TGA

I've been receiving this error in a lot of places inside of `EventReference` ``` error CS0173: Type of conditional expression cannot be determined because there is no implicit conversion between...