File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using System . Threading . Tasks ;
3- using SabreTools . RedumpLib . Data ;
43using SabreTools . RedumpLib . Web ;
54
6- namespace SabreTools . RedumpLib
5+ namespace RedumpTool
76{
87 /// <summary>
98 /// Contains logic for dealing with downloads
Original file line number Diff line number Diff line change 1+ namespace RedumpTool
2+ {
3+ /// <summary>
4+ /// Determines what download type to initate
5+ /// </summary>
6+ public enum Feature
7+ {
8+ NONE ,
9+ Site ,
10+ WIP ,
11+ Packs ,
12+ User ,
13+ Quicksearch ,
14+ }
15+ }
Original file line number Diff line number Diff line change 11using System ;
22using System . IO ;
3- using SabreTools . RedumpLib ;
4- using SabreTools . RedumpLib . Data ;
53
64namespace RedumpTool
75{
Original file line number Diff line number Diff line change @@ -122,19 +122,6 @@ public enum DumpStatus
122122 TwoOrMoreGreen = 5 ,
123123 }
124124
125- /// <summary>
126- /// Determines what download type to initate
127- /// </summary>
128- public enum Feature
129- {
130- NONE ,
131- Site ,
132- WIP ,
133- Packs ,
134- User ,
135- Quicksearch ,
136- }
137-
138125 /// <summary>
139126 /// List of all disc langauges
140127 /// </summary>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace SabreTools.RedumpLib.Web
77 /// <summary>
88 /// Contains logic for dealing with packs
99 /// </summary>
10- internal static class Packs
10+ public static class Packs
1111 {
1212 /// <summary>
1313 /// Download premade packs
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace SabreTools.RedumpLib.Web
88 /// <summary>
99 /// Contains logic for dealing with searches
1010 /// </summary>
11- internal static class Search
11+ public static class Search
1212 {
1313 /// <summary>
1414 /// List the disc IDs associated with a given quicksearch query
You can’t perform that action at this time.
0 commit comments