Spaces:
Running
Running
/** | |
* @class Base noise generator | |
*/ | |
ROT.Noise = function() { | |
}; | |
ROT.Noise.prototype.get = function(x, y) {} | |
/** | |
* @class Base noise generator | |
*/ | |
ROT.Noise = function() { | |
}; | |
ROT.Noise.prototype.get = function(x, y) {} | |