228229230231232233234235236
public void addDropData(L2DropData drop) { if(_drop == null) { _drop = new L2Drop(); } _drop.addData(drop); }