2019-07-13 11:37:54 +09:00

6 lines
63 B
JavaScript

function Library (ronin) {
this.hello = function () {
}
}