enum-section #6

Merged
sashakoshka merged 8 commits from enum-section into main 2022-08-23 05:38:55 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit aa84d9a429 - Show all commits

View File

@ -179,9 +179,9 @@ enum ro AffrontToGod:{Int 4}
3
4
enum ro NamedColor:U32
red 0xFF0000
green 0x00FF00
blue 0x0000FF
red 16711680
green 65280
blue 255
enum ro Weekday:Int
sunday
monday