summaryrefslogtreecommitdiff
path: root/dicore3/command/src/main/java/io/dico/dicore/command/chat/help/IPageBorder.java
blob: 1ae3561716f7c6f6f051c5201c20fcf33edb5ad4 (plain)
1
2
3
4
5
6
7
package io.dico.dicore.command.chat.help;

public interface IPageBorder extends IHelpComponent {

    void setPageCount(int pageCount);

}