source: src/main/java/onetomany/bargainingchipsgame/players/NegotiationStatusMessage.java@ 282

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

BlockingQueue<CoordinationMessage> and BlockingQueue<NegotiationStatusMessage>

File size: 162 bytes
Line 
1package onetomany.bargainingchipsgame.players;
2/**
3 * A message from the buying agents to the Coordinator
4 */
5public class NegotiationStatusMessage
6{
7
8}
Note: See TracBrowser for help on using the repository browser.