Skip to content

Instantly share code, notes, and snippets.

View nikhiljha's full-sized avatar
and like a thunderbolt

Nikhil Jha nikhiljha

and like a thunderbolt
View GitHub Profile
var MapCollection, Player, _;
_ = require('underscore');
MapCollection = require('../../models/mapCollection');
Player = require('../../models/server/player');
module.exports = function() {
var connectNeighbors;