source: exampleparties/randompartypy/src/main/java/geniusweb/exampleparties/randompartypy/PartyAdapter.java@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 232 bytes
Line 
1package geniusweb.exampleparties.randompartypy;
2
3import geniusweb.pythonadapter.PythonPartyAdapter;
4
5public class PartyAdapter extends PythonPartyAdapter {
6
7 @Override
8 public String getPythonClass() {
9 return "RandomParty";
10 }
11
12}
Note: See TracBrowser for help on using the repository browser.