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