Skip to content

Commit bc53173

Browse files
authored
update v1.1
1 parent 067e5e7 commit bc53173

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Enums/FbAuthEnum.cs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Text;
44

@@ -16,5 +16,10 @@ public enum CmdQuerys
1616
Root,
1717
DumpFile
1818
}
19+
public enum AdbTypes
20+
{
21+
Normal,
22+
Nox
23+
}
1924
}
2025
}

0 commit comments

Comments
 (0)