diff options
| -rw-r--r-- | docs/core-scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-scripts.md b/docs/core-scripts.md index 834f3f6..36985db 100644 --- a/docs/core-scripts.md +++ b/docs/core-scripts.md @@ -47,7 +47,7 @@ To do this, in the headerfile of the instance we add this define: And within the script file it would be registered like this: ```cpp -/* Example frin boss_lord_marrowgar.cpp */ +/* Example from boss_lord_marrowgar.cpp */ struct boss_lord_marrowgar : public BossAI { public: |
