Add rows and cols for PuzzleDTO
This commit is contained in:
parent
4954d2ce44
commit
b91bf7921b
@ -10,5 +10,7 @@ namespace Manager.Interfaces.DTO
|
|||||||
public List<TranslationAndResourceDTO> messageDebut { get; set; }
|
public List<TranslationAndResourceDTO> messageDebut { get; set; }
|
||||||
public List<TranslationAndResourceDTO> messageFin { get; set; }
|
public List<TranslationAndResourceDTO> messageFin { get; set; }
|
||||||
public ContentDTO image { get; set; } // But only image is possible
|
public ContentDTO image { get; set; } // But only image is possible
|
||||||
|
public int rows { get; set; } = 3;
|
||||||
|
public int cols { get; set; } = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user