SeraphScript/src/integration_tests/test_cases/enum_definition/script.ses

7 lines
65 B
Plaintext

enum TestEnum : uint8 {
a,
b,
c,
d = 128,
e
}