sockscape/client/game.js

8 lines
140 B
JavaScript
Raw Normal View History

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