9 lines
123 B
C#
9 lines
123 B
C#
|
|
namespace LunaWolfStudiosEditor.ScriptableSheets.Scanning
|
||
|
|
{
|
||
|
|
public enum ScanOption
|
||
|
|
{
|
||
|
|
Default = 0,
|
||
|
|
Assembly = 1,
|
||
|
|
}
|
||
|
|
}
|