예제 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ScSpirite" /> class.
 /// </summary>
 /// <param name="ScFile">The sc file.</param>
 /// <param name="BlockType">Type of the block.</param>
 public ScSpirite(ScFile ScFile, short BlockType) : base(ScFile, BlockType)
 {
     // ScSpirite.
 }
예제 #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ScObject" /> class.
 /// </summary>
 /// <param name="ScFile">The sc file.</param>
 /// <param name="BlockType">Type of the block.</param>
 public ScObject(ScFile ScFile, short BlockType)
 {
     this.ScFile = ScFile;
     this.Type   = BlockType;
 }