summaryrefslogtreecommitdiff
path: root/DSALib/Class1.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 00:35:52 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 00:35:52 +0200
commitf0d68ad8edb06ff68400644fd4c943f66705cc97 (patch)
tree19ba132dd5d5ca5a53830176c64f7a864b626c3c /DSALib/Class1.cs
parent6ecf94cfc3e780d4c960447375b138e7473f6926 (diff)
Reworked inheritance structure
added Entity, Being, ICombatent
Diffstat (limited to 'DSALib/Class1.cs')
-rw-r--r--DSALib/Class1.cs12
1 files changed, 12 insertions, 0 deletions
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
+ {
+ }
+}