namespace Zinnia.Rule { using System; using Zinnia.Utility; /// /// A proxy class used to make a interface appear in the Unity Inspector. /// [Serializable] public sealed class RuleContainer : InterfaceContainer { } }