tadah-eleven/resources/views/users/bodycolors.blade.php

16 lines
800 B
PHP

<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="BodyColors">
<Properties>
<int name="HeadColor">{{ $bodycolors->head_color }}</int>
<int name="LeftArmColor">{{ $bodycolors->left_arm_color }}</int>
<int name="LeftLegColor">{{ $bodycolors->left_leg_color }}</int>
<string name="Name">Body Colors</string>
<int name="RightArmColor">{{ $bodycolors->right_arm_color }}</int>
<int name="RightLegColor">{{ $bodycolors->right_leg_color }}</int>
<int name="TorsoColor">{{ $bodycolors->torso_color }}</int>
<bool name="archivable">true</bool>
</Properties>
</Item>
</roblox>