Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Temporary"/> class.
 /// </summary>
 internal Temporary()
 {
     this.Shapes   = new Shapes();
     this.Chunks   = new Chunks();
     this.Spirites = new Spirites();
     this.Fonts    = new Fonts();
 }
Beispiel #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="Export"/> class.
        /// </summary>
        internal Export(uint Identifier = 0, string Value = "")
        {
            this.Identifier = Identifier;
            this.Name       = Value;

            this.Shapes   = new Shapes();
            this.Spirites = new Spirites();
        }