ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Improve ergonomics of async calls for functions in classes #165

Closed ItsDeltin closed 3 years ago

ItsDeltin commented 4 years ago
MyClass.async ClassFunction(parameterValue);

rather than:

async MyClass.ClassFunction(parameterValue);
ItsDeltin commented 3 years ago

Fixed in v2.0