package chain_project;

public class PrivateUnit extends Unit {
	public PrivateUnit(){
		super("Private","fighting");
	}

}
