Removed unnecessary folder

If you're cloning from the repo, use "grunt --dev" to generate it
This commit is contained in:
abalabahaha
2015-11-28 10:58:56 -08:00
parent 0d36abd6a3
commit eaf30cc80c
25 changed files with 0 additions and 4569 deletions

View File

@@ -1,7 +0,0 @@
"use strict";
exports.IDLE = 0;
exports.LOGGING_IN = 1;
exports.LOGGED_IN = 2;
exports.READY = 3;
exports.DISCONNECTED = 4;