Esempio n. 1
0
 @Override
 public void readData(SpoutInputStream input) throws IOException {
   super.readData(input);
   setMaxNumBubbles(input.readInt());
   setIconOffset(input.readInt());
 }