mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
* infer service names * Update project code and add support for StarterPlayer * Store parent_class in InstigatingSource * Update snapshots Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"name": "infer-service-name",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"Main": {
|
|
"$path": "main.lua"
|
|
}
|
|
},
|
|
"HttpService": {
|
|
"$properties": {
|
|
"HttpEnabled": true
|
|
}
|
|
}
|
|
}
|
|
} |