Skip to content

Commit

Permalink
fix: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed May 2, 2024
1 parent dcb8418 commit 073cdfc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Chickensoft.Collections;
using System.Data;
using System.Runtime.CompilerServices;

/// <summary><inheritdoc cref="IReadOnlyBlackboard" /></summary>
public class Blackboard : IReadOnlyBlackboard {
/// <summary><inheritdoc cref="IBlackboard" /></summary>
public class Blackboard : IBlackboard {
/// <summary>Blackboard data storage.</summary>
protected readonly Dictionary<Type, object> _blackboard = [];

Expand Down

0 comments on commit 073cdfc

Please sign in to comment.