Skip to content

Instantly share code, notes, and snippets.

@Majiir
Last active August 29, 2015 14:03
Show Gist options
  • Save Majiir/0d5e917714a912945dc2 to your computer and use it in GitHub Desktop.
Save Majiir/0d5e917714a912945dc2 to your computer and use it in GitHub Desktop.
Thoughts on a DMP plugin API for mods

Server-side API

Client

Static Properties

  • Clients - enumerates connected clients

Methods

  • SendMessage(string key, string data)

Events

  • ClientMessage with ClientMessageEventArgs(string key, string data, Client sender)

Client-side API

Static Methods

  • SendMessage(string key, string data)

Events

  • ServerMessage with ServerMessageEventArgs(string key, string data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment