mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Merge remote-tracking branch 'origin/master' into net8-rollup
This commit is contained in:
commit
de584c8fa0
62 changed files with 3085 additions and 774 deletions
|
|
@ -50,4 +50,10 @@
|
|||
<Private>false</Private>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Dalamud.CorePlugin.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
9
Dalamud.CorePlugin/Dalamud.CorePlugin.json
Normal file
9
Dalamud.CorePlugin/Dalamud.CorePlugin.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Author": "Dalamud Maintainers",
|
||||
"Name": "CorePlugin",
|
||||
"Punchline": "Testbed for developing Dalamud features.",
|
||||
"Description": "Develop and debug internal Dalamud features using CorePlugin. You have full access to all types in Dalamud assembly.",
|
||||
"InternalName": "CorePlugin",
|
||||
"ApplicableVersion": "any",
|
||||
"Tags": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue