ushortFromBuff method

int ushortFromBuff(
  1. String key,
  2. IBuffInfo buff
)

Implementation

int ushortFromBuff(String key, IBuffInfo buff) {
  buff.key = key;
  int target = buff.value as int;
  return target;
}