Files
fxl.codes.kisekae/Views/Home/Play.cshtml
T

10 lines
114 B
Plaintext

@model PlaysetModel
@{
ViewBag.Title = "Play";
Layout = "_Layout";
}
<pre>
@Json.Serialize(Model)
</pre>