1
0

Update README.md

This commit is contained in:
GenZmeY 2023-05-10 08:43:34 +03:00 committed by GitHub
parent 9beef73358
commit 353a706ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,13 +71,13 @@ If you have *.upk or localization files, they must be in a specific location.
Change the filesystem of the project to such a form that everything works correctly: Change the filesystem of the project to such a form that everything works correctly:
```text ```text
📂 <ProjectName> 📂 <ProjectName>
├── 📁 SomePackageName1 ├── 📁 <SomePackageName1>
│   ├── 📁 Classes │   ├── 📁 Classes
│   │   ├── 📄 *.uc │   │   ├── 📄 *.uc
│   │   └── 📄 *.upkg │   │   └── 📄 *.upkg
│   ├── 📄 *.uci │   ├── 📄 *.uci
│   └── 📦 *.upk │   └── 📦 *.upk
├── 📁 SomePackageName2 ├── 📁 <SomePackageName2>
│   ├── 📁 Classes │   ├── 📁 Classes
│   │   ├── 📄 *.uc │   │   ├── 📄 *.uc
│   │   └── 📄 *.upkg │   │   └── 📄 *.upkg