7 lines
87 B
C#
7 lines
87 B
C#
|
public enum EnumProductResourcesFlow
|
|||
|
{
|
|||
|
SINK,
|
|||
|
SOURCES,
|
|||
|
UNDEFINED
|
|||
|
}
|