Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on ara personality
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Feb 2, 2020
1 parent a7c6cf5 commit 4470878
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/com/andromeda/araserver/persona/likesConst.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.andromeda.araserver.persona

object likesConst {
const val TV = 0
const val MOVIE = 1
const val BOOK = 2
const val CAR = 3
const val COLOR = 4
}

0 comments on commit 4470878

Please sign in to comment.