Full command center implementation

This commit is contained in:
Anuken
2018-07-26 17:51:25 -04:00
parent 49e19ab34d
commit c832a7b93f
10 changed files with 729 additions and 668 deletions
@@ -32,9 +32,7 @@ public class Bullet extends BulletEntity<BulletType> implements TeamTrait, SyncT
private Object data;
private boolean supressCollision;
/**
* Internal use only!
*/
/**Internal use only!*/
public Bullet(){
}