Make Explosions inherit Entity instead of LivingEntity.

This commit is contained in:
Jan Philipp Timme 2014-11-04 19:29:24 +01:00
parent 799e175c5d
commit e713ee4817
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package de.teamteamteam.spacescooter.entity; package de.teamteamteam.spacescooter.entity;
public class ExplosionOne extends LivingEntity { public class ExplosionOne extends Entity {
private int count = 71; private int count = 71;

View File

@ -1,6 +1,6 @@
package de.teamteamteam.spacescooter.entity; package de.teamteamteam.spacescooter.entity;
public class ExplosionTwo extends LivingEntity { public class ExplosionTwo extends Entity {
private int count = 141; private int count = 141;