Skip to content

Commit

Permalink
4/1メンテのAPI変更に対応+コード整理
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopanda committed Apr 2, 2016
1 parent 5da6c60 commit 67bf72c
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 610 deletions.
2 changes: 2 additions & 0 deletions main/logbook/data/DataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ public enum DataType {
REMODELING("/kcsapi/api_req_kaisou/remodeling"),
/** 疲労度回復アイテム使用 */
ITEMUSE_COND("/kcsapi/api_req_member/itemuse_cond"),
/** ログイン時の情報 */
REQUIRE_INFO("/kcsapi/api_get_member/require_info"),
/** フィルタ前のデータ */
UNDEFINED(null);

Expand Down
Loading

0 comments on commit 67bf72c

Please sign in to comment.