diff --git a/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md b/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md index 8c6cf93..519d9d7 100644 --- a/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md +++ b/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md @@ -53,7 +53,7 @@ tsc xxx.ts "@types/mocha": "^7.0.1" } ``` -5. ~~代码写在项目目录下的`Content/TypeScript`中。~~ +5. 代码写在项目目录下的`Content/TypeScript`中。 6. 之后就会在编辑器`Blueprints/TypeScript`目录下出现资产图标。 7. 加入ReactUMG。 1. 进入 Content/javascript 目录 npm init 创建 package.json。