class in RenownedGames.AITree / Inherits from KeyReceiver where T : Key
Key receiver sets the value to the key.
/// <summary>
/// Sets the value to the key.
/// </summary>
protected abstract bool Apply(Key key);
/// <summary>
/// Detail description of key query.
/// </summary>
public virtual string GetDescription(Key key);
/// <summary>
/// Detail description of key query.
/// </summary>
string GetDescription(Key key);