Advertisement
MrModest

_MangaShortInfo.java

Sep 17th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. package ru.shikimori.api.models.json;
  2.  
  3. public class _MangaShortInfo extends _TitleShortInfo {
  4.  
  5.     public int volumes;
  6.     public int chapters;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement