bool boolFromBuff(String key, IBuffInfo buff) { buff.key = key; bool target = buff.value as bool; return target; }