rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.
MIT License
101 stars 8 forks source link

Revise external singletons #90

Closed Fireboltofdeath closed 11 months ago

Fireboltofdeath commented 11 months ago

BREAKING: Renames the @External decorator to @Optional to better communicate intent. BREAKING: Renames registerExternalClass to includeOptionalClass for the same reason.