ModernUO/Projects/UOContent/Mobiles/BT/Core/Blackboard.cs
2021-09-10 20:58:02 -04:00

12 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Server.Mobiles.BT
{
public class Blackboard : Dictionary<string, object>
{
}
}