package com.deftwun.zombiecopter.components;
import com.badlogic.ashley.core.Component;
import com.badlogic.gdx.utils.Pool.Poolable;
public class PlayerComponent extends Component implements Poolable{
@Override
public void reset() {
//
}
}