cleaned up some descriptions. no more references to template components
This commit is contained in:
parent
15bc7ca064
commit
ae98912cb8
@ -12,7 +12,7 @@ import java.time.Instant
|
||||
class BattlegroundViewModel : ViewModel(), GameStateUpdateable {
|
||||
|
||||
private val _text = MutableLiveData<String>().apply {
|
||||
value = "This is notifications Fragment"
|
||||
value = "This is the battleground. This will be the 'raid the village' portion of the app."
|
||||
}
|
||||
|
||||
val text: LiveData<String> = _text
|
||||
|
||||
@ -11,7 +11,7 @@ import java.time.Instant
|
||||
class LairViewModel : ViewModel(), GameStateUpdateable {
|
||||
|
||||
private val _text = MutableLiveData<String>().apply {
|
||||
value = "This is home Fragment"
|
||||
value = "This is the lair. We're gonna use this for the reset mechanic and general overview"
|
||||
}
|
||||
val text: LiveData<String> = _text
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user