Remove EntityContainer.java.

This commit is contained in:
Jan Philipp Timme 2014-11-09 11:44:36 +01:00
parent eccc317bea
commit e75f99d71b
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
package de.teamteamteam.spacescooter.datastructure;
public class EntityContainer {
// private ConcurrentLinkedList<Background> backgrounds;
// private ConcurrentLinkedList<Enemy> backgrounds;
// private ConcurrentLinkedList<Player> backgrounds;
// private ConcurrentLinkedList<Shot> backgrounds;
// private ConcurrentLinkedList<Gui> backgrounds;
//
}