diff --git a/MCTG/MCTGLib/Class1.cs b/MCTG/MCTGLib/Class1.cs deleted file mode 100644 index 5b51184..0000000 --- a/MCTG/MCTGLib/Class1.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace MCTGLib -{ - public class Class1 - { - - } -} \ No newline at end of file diff --git a/MCTG/MCTGLib/ItemCollection.cs b/MCTG/MCTGLib/ItemCollection.cs new file mode 100644 index 0000000..a3c7d4e --- /dev/null +++ b/MCTG/MCTGLib/ItemCollection.cs @@ -0,0 +1,7 @@ +namespace Model +{ + public class ItemCollection + { + + } +} \ No newline at end of file