mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 07:06:12 +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>
27 lines
733 B
Plaintext
27 lines
733 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="StarterPlayer" referent="1">
|
|
<Properties>
|
|
<string name="Name">StarterPlayer</string>
|
|
</Properties>
|
|
<Item class="StarterCharacterScripts" referent="2">
|
|
<Properties>
|
|
<string name="Name">StarterCharacterScripts</string>
|
|
</Properties>
|
|
</Item>
|
|
<Item class="StarterPlayerScripts" referent="3">
|
|
<Properties>
|
|
<string name="Name">StarterPlayerScripts</string>
|
|
</Properties>
|
|
</Item>
|
|
</Item>
|
|
</Item>
|
|
</roblox>
|