Skip to content

Commit

Permalink
Update DataBlackboard.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeVampir3 committed Apr 9, 2021
1 parent 66bee80 commit b0cbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Blackboard/DataBlackboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: InternalsVisibleTo("GraphFramework.GraphifyEditor")]
namespace GraphFramework
{
[CreateAssetMenu]
[CreateAssetMenu(menuName = "Graphify/Blackboard")]
public class DataBlackboard : ScriptableObject, IDataBlackboard, ISerializationCallbackReceiver
{
[SerializeReference]
Expand Down

0 comments on commit b0cbb25

Please sign in to comment.