using System; namespace Shared { [System.Serializable] public class AppAttribute { public AppAttribute () { } } }