OSDN Git Service

画面で設定した情報を変換処理に回す実装
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / CommentGetInfo.java
1 package yukihane.saccubus.converter.profile;
2
3 /**
4  *
5  * @author yuki
6  */
7 public interface CommentGetInfo {
8
9     boolean isselfAdjustCommentNum();
10
11     int getBackComment();
12 }