BuffUInt uintToBuff(int target, String key) { BuffUInt buff = BuffUInt(); buff.key = key; buff.value = target; return buff; }