jcbantuelle/dominion-meteor

View on GitHub
lib/client/collections.js

Summary

Maintainability
A
0 mins
Test Coverage
Games = new Mongo.Collection('games')
TurnEvents = new Mongo.Collection('turn_events')
PlayerCards = new Mongo.Collection('player_cards')