Screenie/Ui/DrawStatus.cs

5 lines
59 B
C#

internal enum DrawStatus {
Continuing,
Finished,
}