Skip to content

853Lab/CS2-Gamestate-Integration-Listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO/CS2 Gamestate Integration Listener

CSGO/CS2 Gamestate Integration Listener

How to Use

Install

pnpm install https://github.com/853Lab/CS2-Gamestate-Integration-Listener.git

Import

import { ListenServer } from "cs2-gamestate-integration-listener/main";

const listenServer = new ListenServer();

listenServer.on("message", (response) => {
  console.log("getdata", response);
});

listenServer.Start();

About

CSGO/CS2 Gamestate Integration Listener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published