Updated a large amount of the code to C#

This commit is contained in:
2020-04-19 03:37:18 -06:00
parent 7b68de9526
commit b20710501f
30 changed files with 1046 additions and 1 deletions

7
Collector/src/UI/GUI.cs Normal file
View File

@@ -0,0 +1,7 @@
using Collector;
public class GUI: IRestrictions {
}