diff --git a/NIS.md b/NIS.md index 0208393..8b097e7 100644 --- a/NIS.md +++ b/NIS.md @@ -7,7 +7,7 @@ ## アイテムを取得するまで -1. [docs](https://niceshadow.gitbook.io/nice-interaction-system)があります。基本的にGame Modeの設定に入っているPlayer Controller, Game Stateのファイルを開きます。GASは`GM_Snadbox`などがそれにあたります。これらのBPにcomponentを追加します。 +1. [docs](https://niceshadow.gitbook.io/nice-interaction-system/integration-in-your-project)があります。基本的にGame Modeの設定に入っているPlayer Controller, Game Stateのファイルを開きます。GASは`GM_Snadbox`などがそれにあたります。これらのBPにcomponentを追加します。 2. Player Controller: `AC_PC_Interaction` > The only thing you need to do now is open your Player Controller and add the AC_PC_Interaction component: 3. Game State: `AC_GS_Interaction`