mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
remove api docs primer; now on dalamud.dev
This commit is contained in:
parent
bd85a7f014
commit
35c67650f0
2 changed files with 0 additions and 9 deletions
5
api/.gitignore
vendored
5
api/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
###############
|
||||
# temp file #
|
||||
###############
|
||||
*.yml
|
||||
.manifest
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# Dalamud Plugin API
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue