source:
src/main/java/bargainingchips/actions/Breakoff.java@
341
Last change on this file since 341 was 321, checked in by , 5 years ago | |
---|---|
File size: 143 bytes |
Line | |
---|---|
1 | package bargainingchips.actions; |
2 | |
3 | public 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.