This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Axel
/
NarKampenTake2
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b7ef225d2a
Ramas
Etiquetas
master
NarKampenTake2
/
Assets
/
Scripts
/
Database
/
Question.cs
Question.cs
87 B
Histórico
Raw
1
2
3
4
5
public class Question
{
string text { get; set; }
string answer { get; set; }
}