98thpixel
01/11/2024, 4:45 AMHardAtWork
01/11/2024, 5:00 AMMilan_
01/11/2024, 5:41 PMconstructor(state, env) {
this.state = state;
this.env = env
}
Then in your webSocketMessage()
handler you can use this.state
, this.env
.98thpixel
01/11/2024, 7:13 PM