mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 15:16:07 +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>
29 lines
789 B
Plaintext
29 lines
789 B
Plaintext
---
|
|
source: rojo-test/src/build_test.rs
|
|
expression: contents
|
|
---
|
|
<roblox version="4">
|
|
<Item class="DataModel" referent="0">
|
|
<Properties>
|
|
<string name="Name">infer-service-name</string>
|
|
</Properties>
|
|
<Item class="HttpService" referent="1">
|
|
<Properties>
|
|
<string name="Name">HttpService</string>
|
|
<bool name="HttpEnabled">true</bool>
|
|
</Properties>
|
|
</Item>
|
|
<Item class="ReplicatedStorage" referent="2">
|
|
<Properties>
|
|
<string name="Name">ReplicatedStorage</string>
|
|
</Properties>
|
|
<Item class="ModuleScript" referent="3">
|
|
<Properties>
|
|
<string name="Name">Main</string>
|
|
<string name="Source">-- hello, from main</string>
|
|
</Properties>
|
|
</Item>
|
|
</Item>
|
|
</Item>
|
|
</roblox>
|