From deb3640255abe60289e042944abf66bedcf1184e Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 00:47:20 +0200 Subject: Revert "Reworked inheritance structure" This reverts commit f0d68ad8edb06ff68400644fd4c943f66705cc97. --- DiscoBot/DSA_Game/Characters/Entity.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 DiscoBot/DSA_Game/Characters/Entity.cs (limited to 'DiscoBot/DSA_Game/Characters/Entity.cs') diff --git a/DiscoBot/DSA_Game/Characters/Entity.cs b/DiscoBot/DSA_Game/Characters/Entity.cs deleted file mode 100644 index f8e7a12..0000000 --- a/DiscoBot/DSA_Game/Characters/Entity.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace DiscoBot.DSA_Game.Characters -{ - public class Entity - { - public string Name { get; set; } - - public override string ToString() - { - return this.Name; - } - } -} -- cgit v1.2.3-54-g00ecf