shortToBuff method

BuffShort shortToBuff(
  1. int target,
  2. String key
)

Implementation

BuffShort shortToBuff(int target, String key) {
  BuffShort buff = BuffShort();
  buff.key = key;
  buff.value = target;
  return buff;
}