You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Thisconstantlydoestheadditionoperation, whichisn't bad on its own, but when there are hundreds of systems doing that the overhead can beocme noticeable.
Copy file name to clipboardExpand all lines: src/en/general-development/codebase-info/modules.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
-
# Modules Conventions
2
-
3
-
```admonish warning "Attention: Placeholder!"
4
-
This section is a placeholder, pending an updated guide to be written
5
-
```
1
+
# Modules
6
2
7
3
## What?
8
4
@@ -100,4 +96,4 @@ When building your project:
100
96
101
97
## Verification
102
98
103
-
If you've done everything correctly, Content.Client or Content.Server should load your custom module on startup, with everything registering and initializing properly.
99
+
If you've done everything correctly, Content.Client or Content.Server should load your custom module on startup, with everything registering and initializing properly.
0 commit comments