source: src/main/java/bargainingchips/actions/Breakoff.java@ 326

Last change on this file since 326 was 321, checked in by Tim Baarslag, 5 years ago

Breakoff works

File size: 143 bytes
RevLine 
[321]1package bargainingchips.actions;
2
3public class Breakoff extends Offer
4{
5 public Breakoff()
6 {
7 super(null, OfferType.BREAKOFF);
8 }
9}
Note: See TracBrowser for help on using the repository browser.