Update README.md
This commit is contained in:
parent
29802b34bd
commit
ffd259040f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# IPA
|
||||
Illusion Plugin Architecture (Reloaded)
|
||||
Illusion Plugin Architecture (Reloaded) - let's you inject code into Unity projects.
|
||||
|
||||
## How To Install
|
||||
|
||||
|
@ -18,7 +18,7 @@ To verify it worked, start the game with the `--verbose` flag. If a new console
|
|||
|
||||
## How To Develop
|
||||
|
||||
1. Create a new **Class Librar** C# project (.NET 2.0 to 3.5 (for LINQ))
|
||||
1. Create a new **Class Library** C# project (.NET 2.0 to 3.5 (for LINQ))
|
||||
2. Download a release and add **IllusionPlugin.dll** to your references
|
||||
3. Implement `IPlugin` or `IEnhancedPlugin`
|
||||
4. Build the project and copy the DLL into the Plugins folder of the game
|
||||
|
|
Loading…
Reference in a new issue