adventureland-community / typed-adventureland

9 stars 4 forks source link

Add socket events from alclient #26

Closed Telokis closed 1 year ago

Telokis commented 1 year ago

Imported all socket events from https://github.com/earthiverse/ALClient/blob/master/source/definitions/adventureland-server.ts.

Also added G.drops since they were needed.

Fixes #19 Fixes #23

Telokis commented 1 year ago

This version have been published to npm as typed-adventureland@socket for testing purposes.

thmsndk commented 1 year ago

Appears to be merge conflicts with package.json @Telokis

Telokis commented 1 year ago

Not a big fan of the "Client to Server" name, but I don't really have any better alternative for the events.

some of the things feels more like a Request/Response kind of deal to me I guess. but that is just because socket.io is also used for requests.

@thmsndk I understand but I couldn't find more explicit for the events. :(