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