Skip to content

Commit

Permalink
Create Icon.project.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Sep 7, 2023
1 parent 6de478d commit 69195bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Satchel/SatchelScript/Icon.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Satchel",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src"
}
}
}
}

0 comments on commit 69195bd

Please sign in to comment.