ushortToBuff method

BuffUShort ushortToBuff(
  1. int target,
  2. String key
)

Implementation

BuffUShort ushortToBuff(int target, String key) {
  BuffUShort buff = BuffUShort();
  buff.key = key;
  buff.value = target;
  return buff;
}