tarot-ens-info/app/src/main/java/fr/ynerant/tarot/ui/newgame/NewGameViewModel.java

9 lines
166 B
Java
Raw Normal View History

2019-12-02 10:55:23 +00:00
package fr.ynerant.tarot.ui.newgame;
import androidx.lifecycle.ViewModel;
public class NewGameViewModel extends ViewModel {
public NewGameViewModel() {
}
}