mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
9 lines
334 B
TypeScript
9 lines
334 B
TypeScript
import * as lib from "@clusterio/lib";
|
|
|
|
export const plugin: lib.PluginDeclaration = {
|
|
name: "exp_util",
|
|
title: "ExpGaming Module Utilities",
|
|
description: "Provides extensions and overrides of base Lua library functions, and provides utility modules for improved module compatibly",
|
|
instanceEntrypoint: "./dist/node/instance",
|
|
};
|