remove roact

This commit is contained in:
2024-04-06 14:34:32 -04:00
parent fc09e401b5
commit 6578f129b3
10 changed files with 5 additions and 3000 deletions

View File

@@ -8,27 +8,18 @@
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "out/shared",
"rbxts_include": {
"$path": "out/include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "node_modules/@rbxts"
}
}
}
"$path": "src/shared"
},
"ServerScriptService": {
"$className": "ServerScriptService",
"rapid-Server": {
"$className": "Actor",
"$path": "out/server"
"$path": "src/server"
}
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$path": "out/load"
"$path": "src/load"
},
"StarterPlayer": {
"$className": "StarterPlayer",
@@ -37,7 +28,7 @@
"rapid-PlayerRoot": {
"$className": "Actor",
"Player": {
"$path": "out/client/Player"
"$path": "src/client/Player"
}
}
},
@@ -45,7 +36,7 @@
"$className": "StarterCharacterScripts",
"rapid-CharacterRoot": {
"$className": "Actor",
"$path": "out/client/Character"
"$path": "src/client/Character"
}
}
}