UNPKG

@towercg2/server

Version:

The server runtime for the TowerCG2 video graphics system.

12 lines (11 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); ; exports.updateClients = (clients) => ({ type: "@@RosterPlugin/UPDATE_CLIENTS", payload: clients }); exports.clearClients = () => ({ type: "@@RosterPlugin/UPDATE_CLIENTS", payload: [] });