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