Added som thing so to make the game network compatible

This commit is contained in:
Ziver Koc 2007-06-09 15:51:33 +00:00
parent cbd673472f
commit 380492de56
32 changed files with 368 additions and 42 deletions

View file

@ -2,13 +2,14 @@ package ei.game.scene.weapons;
import ei.engine.effects.Particles;
import ei.engine.math.Vector2f;
import ei.game.network.entities.NetworkWepon;
/**
*
* @author Ziver
*
*/
public class Explotion extends Weapon{
public class Explotion extends NetworkWepon{
private Particles part;
public Explotion(Vector2f startPos) {