-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix autogeneration, wrangle with writersides bugs
- Loading branch information
1 parent
9f093c2
commit 665450a
Showing
3 changed files
with
84 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Module Data | ||
|
||
The subtopics of this is a list of all module data in the game. | ||
|
||
You can add data to a module through the following | ||
|
||
``` | ||
+[Data_TypeName] { | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Part Modules | ||
|
||
The subtopics of this is a list of all part modules in the game | ||
|
||
You can add a module to a part through the following | ||
|
||
``` | ||
+[Part Module Type Name without PartComponent] { | ||
} | ||
``` |