abyteintime/stitchkit

Support `.` on classes for constants and defaults

Opened this issue · 0 comments

Unlike UnrealScript however, I'd prefer to have simpler syntax: just class'Something'.SomeConstant rather than having to spell out class'Something'.const.SomeConstant, because that's just silly. We'll probably end up supporting both for compatibility but the latter should emit a warning.