sockscape/client/game.js

8 lines
140 B
JavaScript

var FileCache = (function () {
function FileCache() {
}
FileCache.Initialize = function () {
};
return FileCache;
}());