engagementgamelab/CivicSeed

View on GitHub
models/color.js

Summary

Maintainability
A
40 mins
Test Coverage
'use strict'

module.exports = {
  name: 'Color',
  collection: 'colors',
  schema: {
    instanceName: String,
    x: Number,
    y: Number,
    mapIndex: Number
  }
}