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