Link the spreadsheet API to the dataSource.
This commit is contained in:
parent
6cfd673335
commit
6167999001
10 changed files with 164 additions and 125 deletions
|
|
@ -3,7 +3,8 @@ package com.pixelized.rplexicon.model
|
|||
import android.net.Uri
|
||||
|
||||
data class Lexicon(
|
||||
val name: String?,
|
||||
val id: Int,
|
||||
val name: String,
|
||||
val diminutive: String?,
|
||||
val gender: Gender = Gender.UNDETERMINED,
|
||||
val race: String?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue