Update README.md
This commit is contained in:
parent
9beef73358
commit
353a706ea3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user