mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
class Worker {
|
|
onmessage() {}
|
|
postMessage() {}
|
|
}
|
|
|
|
module.exports = Worker;
|