sockscape/client/game.js

16 lines
305 B
JavaScript
Raw Normal View History

var Entrypoint = (function () {
function Entrypoint() {
}
Entrypoint.Main = function () {
};
return Entrypoint;
}());
2017-04-17 21:02:12 +00:00
var FileCache = (function () {
function FileCache() {
}
FileCache.Initialize = function () {
};
return FileCache;
}());
FileCache.dbHandle = null;