Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EffectLibraryAsset"/> class.
 /// </summary>
 public EffectLibraryAsset()
 {
     BuildOrder   = 1000;
     Permutations = new EffectPermutation();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EffectLibraryAsset"/> class.
 /// </summary>
 public LightingAsset()
 {
     BuildOrder   = 1000;
     Permutations = new EffectPermutation();
 }