예제 #1
0
파일: jewel.cs 프로젝트: modulexcite/IL2JS
 /// <summary>
 /// Creates a Jewel.
 /// </summary>
 /// <param name="id">The Component id for the Jewel.</param>
 /// <param name="properties">The JewelProperties object for this Jewel. <see cref="JewelProperties"/></param>
 internal Jewel(string id, JewelProperties properties)
     : base(id, properties)
 {
 }
예제 #2
0
 /// <summary>
 /// Creates a Jewel.
 /// </summary>
 /// <param name="id">The Component id for the Jewel.</param>
 /// <param name="properties">The JewelProperties object for this Jewel. <see cref="JewelProperties"/></param>
 internal Jewel(string id, JewelProperties properties)
     : base(id, properties)
 {
 }