RuneHive-Game
Loading...
Searching...
No Matches
Chainable.java
Go to the documentation of this file.
1package com.runehive.content.dialogue;
2
3import java.util.function.Consumer;
4
5/**
6 * The chain-able itemcontainer that allows implementing dialogue factories the ability to chain together.
7 *
8 * @author Seven
9 */
10public interface Chainable extends Consumer<DialogueFactory> { }
The chain-able itemcontainer that allows implementing dialogue factories the ability to chain togethe...