mirror of
https://github.com/esiur/esiur-js.git
synced 2026-03-18 15:30:38 +00:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
|
|
import INetworkReceiver from "./INetworkReceiver.js";
|
|
|
|
export default class NetowrkConnection extends INetworkReceiver
|
|
{
|
|
|
|
} |