From dc945c70b66c3d3302c71532840e00737d5ca2f3 Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Fri, 7 Apr 2023 12:03:01 +0200 Subject: [PATCH] start implementation ItemCollection --- MCTG/MCTGLib/Class1.cs | 7 ------- MCTG/MCTGLib/ItemCollection.cs | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 MCTG/MCTGLib/Class1.cs create mode 100644 MCTG/MCTGLib/ItemCollection.cs 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