diff -r fef4ca058087 -r 83dd86e73448 Server/Slions/Ear/ActionType.cs --- a/Server/Slions/Ear/ActionType.cs Fri Jul 22 18:19:49 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -// - - -using System.Runtime.Serialization; -using System.Threading; - -namespace Slions.Ear -{ - [DataContract] - abstract class ActionType - { - [DataMember] - public string Name { get; protected set; } - [DataMember] - public string Description { get; protected set; } - } - - -} \ No newline at end of file