5 lines
67 B
C#
5 lines
67 B
C#
|
public enum LoadOrCreateStatus
|
|||
|
{
|
|||
|
NEW = 1,
|
|||
|
LOAD = 2
|
|||
|
}
|