9 lines
129 B
C#
9 lines
129 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public enum ProducerState
|
|
{
|
|
NotWorking,
|
|
|
|
Working
|
|
}
|
|
} |