2021-09-20 03:47:07 +03:00
|
|
|
{
|
|
|
|
"name": "roblox-ts-game",
|
|
|
|
"globIgnorePaths": [
|
|
|
|
"**/package.json",
|
|
|
|
"**/tsconfig.json"
|
|
|
|
],
|
|
|
|
"tree": {
|
|
|
|
"$className": "DataModel",
|
|
|
|
"ServerScriptService": {
|
|
|
|
"$className": "ServerScriptService",
|
2022-05-28 01:57:52 +03:00
|
|
|
"Server": {
|
2021-09-20 03:47:07 +03:00
|
|
|
"$path": "out/server"
|
2022-05-28 01:57:52 +03:00
|
|
|
},
|
|
|
|
"Game": {
|
|
|
|
"$path": "out/game"
|
2021-09-20 03:47:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"StarterPlayer": {
|
|
|
|
"$className": "StarterPlayer",
|
|
|
|
"StarterPlayerScripts": {
|
|
|
|
"$className": "StarterPlayerScripts",
|
|
|
|
"Client": {
|
|
|
|
"$path": "out/client"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Players": {
|
|
|
|
"$className": "Players",
|
|
|
|
"$properties": {
|
|
|
|
"CharacterAutoLoads": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Workspace": {
|
|
|
|
"$className": "Workspace",
|
|
|
|
"$properties": {
|
|
|
|
"FilteringEnabled": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ReplicatedStorage": {
|
|
|
|
"$className": "ReplicatedStorage",
|
|
|
|
"rbxts_include": {
|
|
|
|
"$path": "include",
|
|
|
|
"node_modules": {
|
|
|
|
"$path": "node_modules/@rbxts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"TS": {
|
|
|
|
"$path": "out/shared"
|
|
|
|
},
|
2021-12-26 08:25:08 +02:00
|
|
|
"Input": {
|
|
|
|
"$className": "RemoteEvent",
|
|
|
|
"$properties": {
|
|
|
|
"Name": "Input"
|
2021-09-20 03:47:07 +03:00
|
|
|
}
|
|
|
|
},
|
2021-12-26 08:25:08 +02:00
|
|
|
"Output": {
|
|
|
|
"$className": "RemoteEvent",
|
|
|
|
"$properties": {
|
|
|
|
"Name": "Output"
|
2021-09-20 03:47:07 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"HttpService": {
|
|
|
|
"$className": "HttpService",
|
|
|
|
"$properties": {
|
|
|
|
"HttpEnabled": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"SoundService": {
|
|
|
|
"$className": "SoundService",
|
|
|
|
"$properties": {
|
|
|
|
"RespectFilteringEnabled": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|