Kingfuse / Library

Library Menma's TERA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library

A generic library for Tera-Proxy.

DO NOT INSTALLED IT AS "library-master" MAKE SURE IT'S NAMED "library"

Development examples

How to import

After successfully importing the library refer to the "Class functions" section to figure out how to access variables

module.exports = (dispatch)=> {
  const library = dispatch.require.library;
  library.<class library>.<class function/variable>;
}

at ur owned risk Notfuse#8963

About

Library Menma's TERA


Languages

Language:JavaScript 100.0%