diff --git a/Aplib.Core/Belief/BeliefSets/BeliefSet.cs b/Aplib.Core/Belief/BeliefSets/BeliefSet.cs index defb5ee6..8f78da97 100644 --- a/Aplib.Core/Belief/BeliefSets/BeliefSet.cs +++ b/Aplib.Core/Belief/BeliefSets/BeliefSet.cs @@ -9,10 +9,10 @@ namespace Aplib.Core.Belief.BeliefSets { /// /// This class can be inherited to define a set of beliefs for an agent. - /// All public fields defined in the inheriting class that implement + /// All public fields defined in the inheriting class that implement /// are automatically updated when calling . /// - public abstract class BeliefSet : IBeliefSet + public class BeliefSet : IBeliefSet { /// /// An array storing all public fields of type that are defined in the inheriting