ubyteToBuff method

BuffUByte ubyteToBuff(
  1. int target,
  2. String key
)

Implementation

BuffUByte ubyteToBuff(int target, String key) {
  BuffUByte buff = BuffUByte();
  buff.key = key;
  buff.value = target;
  return buff;
}