Example #1
0
		/// <summary>
		///
		/// </summary>
		protected ScriptableObject()
            : base()
		{
			_classParameters = _getTypePropertyMap( this.GetType() );
			_properties = new ScriptableProperties( this );
		}