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