Search in sources :

Example 1 with PreAbilityWriter

use of plugin.pretokens.writer.PreAbilityWriter in project pcgen by PCGen.

the class PreAbilityRoundRobin method setUp.

@Override
protected void setUp() throws Exception {
    super.setUp();
    TokenRegistration.register(new PreAbilityParser());
    TokenRegistration.register(new PreAbilityWriter());
}
Also used : PreAbilityParser(plugin.pretokens.parser.PreAbilityParser) PreAbilityWriter(plugin.pretokens.writer.PreAbilityWriter)

Aggregations

PreAbilityParser (plugin.pretokens.parser.PreAbilityParser)1 PreAbilityWriter (plugin.pretokens.writer.PreAbilityWriter)1