docs: replace mbplugin link with rich presence

This commit is contained in:
goat 2020-03-31 04:34:09 +09:00
parent 8140ddcbfd
commit fb42419b5d
41 changed files with 1425 additions and 459 deletions

View file

@ -1,4 +1,4 @@
# Dalamud Plugin API
This is the documentation for the publicly accessible Dalamud plugin API. See the [market board plugin](https://github.com/goaaats/Dalamud.MbPlugin) as an example.
This is the documentation for the publicly accessible Dalamud plugin API. See the [rich presence plugin](https://github.com/goaaats/Dalamud.RichPresence) as an example.
All plugins have to implement the [IDalamudPlugin interface](Dalamud.Plugin.IDalamudPlugin.yml) that gives them access to objects like the chat command manager and game client information.