Beispiel #1
0
 public void SetStatDerivative(StatDerivative statType, UInt16 value)
 {
     _statsDerivative[(sbyte)statType] = value;
 }
Beispiel #2
0
 /// <summary>
 /// Returns the derivative stat of the requested type.
 /// </summary>
 public UInt16 GetStatDerivative(StatDerivative statType)
 {
     return(_statsDerivative[(sbyte)statType]);
 }