Skip to content

Commit

Permalink
useful commit
Browse files Browse the repository at this point in the history
  • Loading branch information
steviegt6 committed Dec 29, 2022
1 parent 9584308 commit afa29c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ To install a plugin, copy the plugin DLL to the TerraAngel plugins directory.

# Other Examples

## Adding a Console Command

```cs
using TerraAngel;
using TerraAngel.Plugin;
Expand Down Expand Up @@ -110,4 +112,4 @@ public class ConsoleExamplePlugin : Plugin

}
}
```
```

0 comments on commit afa29c8

Please sign in to comment.