members: public List earth; public List water; public List Air; //or wind not sure about naming convention public List playerEarth; public List playerWater; public List playerAir; functions: public ElementManager(); public Update(); public Draw(); private MoveParticle(List fromParticleList, List toParticleList);