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

9 lines
166 B
Java

package fr.ynerant.tarot.ui.newgame;
import androidx.lifecycle.ViewModel;
public class NewGameViewModel extends ViewModel {
public NewGameViewModel() {
}
}