Need to be able to support generics in models.
Need to be able to model generics. For example, in a game that we are working on, we have a List<Room> No way to enter this into the model.
7
votes

-
Anonymous commented
Need to be able to support generic parameters as well.