JoshuaKGoldberg / intern-assassins-2016

Node+Mongo app to run a game of assassins
MIT License
0 stars 1 forks source link

Add non-string types to users on the admin page #180

Closed JoshuaKGoldberg closed 8 years ago

JoshuaKGoldberg commented 8 years ago

Specifically, kills and alive.

This could be done by declaring an IFieldDescription in the shared area that contains a type enum and readonly bool.