Changes between Version 451 and Version 452 of WikiStart


Ignore:
Timestamp:
08/11/21 11:30:11 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v451 v452  
    452452public interface OpponentModel extends Profile {
    453453        OpponentModel with(Domain domain, Bid resBid);
     454
     455        OpponentModel with(Parameters parameters);
    454456
    455457        OpponentModel with(Action action, Progress progress);