Пример #1
0
 public Alcoholx3x3x4x3Line(Alcohol owner, int effectIndex, int index1, int index2, int index3, int index4)
     : base(owner, effectIndex)
 {
     Index1 = index1;
     Index2 = index2;
     Index3 = index3;
     Index4 = index4;
 }
Пример #2
0
 public AlcoholLine(Alcohol owner, int effectIndex)
 {
     Owner = owner;
     EffectIndexInternal     = effectIndex;
     CalculatedIndexInternal = -1;
 }