using System; namespace Jovian.EncounterSystem { /// Polymorphic payload on a . Add a new kind by implementing this interface. public interface IRewardKind { } }