From ac3f4ef1a70c4cdb538a0f0629c97bf34871a58b Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 00:48:46 +0200 Subject: Revert "Revert "Reworked inheritance structure"" This reverts commit deb3640255abe60289e042944abf66bedcf1184e. --- DSALib/Class1.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DSALib/Class1.cs (limited to 'DSALib/Class1.cs') diff --git a/DSALib/Class1.cs b/DSALib/Class1.cs new file mode 100644 index 0000000..13d3431 --- /dev/null +++ b/DSALib/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace DSALib +{ + public class Class1 + { + } +} -- cgit v1.2.3-54-g00ecf