Added .stickeradd command

Updated docs for medusa
This commit is contained in:
Kwoth
2023-01-11 23:39:14 +00:00
parent 67c156e40f
commit 80efb954f1
5 changed files with 112 additions and 8 deletions

View File

@@ -147,6 +147,7 @@ This section will guide you through how to create a simple custom medusa. You ca
<!-- Use latest .net features -->
<LangVersion>preview</LangVersion>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<GenerateRequiresPreviewFeaturesAttribute>true</GenerateRequiresPreviewFeaturesAttribute>
<!-- tell .net that this library will be used as a plugin -->
<EnableDynamicLoading>true</EnableDynamicLoading>