ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
208 stars 24 forks source link

Compilation breaks when using a class as a static variable #323

Closed jprosk closed 3 years ago

jprosk commented 3 years ago

Example:

class SpecialColor {
    public SpecialColor() {
        ...
    }
}

class StaticClass {
    public static SpecialColor myColor = new SpecialColor();
    ...
}
ItsDeltin commented 3 years ago

Fixed in v2.0