doubleToBuff method
Implementation
BuffDouble doubleToBuff(double target, String key) {
BuffDouble buff = BuffDouble();
buff.key = key;
buff.value = target;
return buff;
}
BuffDouble doubleToBuff(double target, String key) {
BuffDouble buff = BuffDouble();
buff.key = key;
buff.value = target;
return buff;
}