source:
src/main/java/genius/core/events/TournamentEvent.java
Last change on this file was 1, checked in by , 7 years ago | |
---|---|
File size: 164 bytes |
Line | |
---|---|
1 | package genius.core.events; |
2 | |
3 | /** |
4 | * Abstract superclass for all multiparty tournament events. |
5 | * |
6 | */ |
7 | public interface TournamentEvent extends NegotiationEvent { |
8 | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.