ParticleData.java :  » Game » zeddic-android » com » zeddic » game » common » particle » Android Open Source

Android Open Source » Game » zeddic android 
zeddic android » com » zeddic » game » common » particle » ParticleData.java
package com.zeddic.game.common.particle;

/**
 * Custom data that will be provided to every particle when it is emitted. This
 * allows emitter builders to supply data to all the particles by subclassing.
 */
public class ParticleData {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.