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 { }