ItsDeltin / Overwatch-Script-To-Workshop

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

Exception when using an enum that doesn't exist. #292

Closed ItsDeltin closed 3 years ago

ItsDeltin commented 3 years ago
enum foobar
{
    foo,
    bar
}

rule: 'My Rule'
{
    define X = foobar.
}