namespace MoleMole.Config { public class ContextPattern { public string contextName; public string viewPrefabPath; public bool ignoreNotify; public ViewCacheType cacheType; public bool dontDestroyView; } }