source:
src/main/java/onetomany/bargainingchipsgame/interactions/Accept.java@
272
Last change on this file since 272 was 270, checked in by , 5 years ago | |
---|---|
File size: 168 bytes |
Line | |
---|---|
1 | package onetomany.bargainingchipsgame.interactions; |
2 | |
3 | public class Accept extends Offer |
4 | { |
5 | public Accept() |
6 | { |
7 | super(null); |
8 | type = MessageType.ACCEPT; |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.