Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions r/Redscript.reds
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@wrapMethod(EquipmentSystemPlayerData)
func OnRestored() -> Void {
wrappedMethod();
Log("Hello World");
}
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (1009 total)
## Languages (1010 total)

* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
Expand Down Expand Up @@ -793,6 +793,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Recurse](r/Recurse.recurse)
* [Red](r/Red.red)
* [Redis](r/Redis)
* [Redscript](r/Redscript.reds)
* [Refal](r/Refal.ref)
* [ReScript](r/ReScript.res)
* [reStructuredText](r/reStructuredText.rst)
Expand Down