8abb196e1d
* Change id types * Updated more models * Saving changes * Should be it
8 lines
127 B
C#
8 lines
127 B
C#
namespace Icarus.Models;
|
|
|
|
public enum CreateFileResult
|
|
{
|
|
Unknwon = 0,
|
|
AlreadyExists = 1,
|
|
FileCreatedAndExists = 2
|
|
} |