Changeset 12 for exampleparties/simpleshaop/src/main
- Timestamp:
- 02/13/20 16:30:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/ShaopParty.java
r11 r12 95 95 @Override 96 96 public String getDescription() { 97 return "Communicates with COB party to figure out which bids are good. Accepts bids with utility > 0.9. Offers random bids. ";97 return "Communicates with COB party to figure out which bids are good. Accepts bids with utility > 0.9. Offers random bids. Requires partial profile"; 98 98 } 99 99
Note:
See TracChangeset
for help on using the changeset viewer.