Update BodyColors.blade.php
This commit is contained in:
parent
69d429dbd2
commit
ffe4140c15
|
|
@ -2,21 +2,4 @@
|
|||
header("content-type:text/plain");
|
||||
$userId = addslashes($_GET["userId"]);
|
||||
//TODO: add avatar system
|
||||
@endphp
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<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">45</int>
|
||||
<int name="LeftArmColor">45</int>
|
||||
<int name="LeftLegColor">1003</int>
|
||||
<string name="Name">Body Colors</string>
|
||||
<int name="RightArmColor">45</int>
|
||||
<int name="RightLegColor">1003</int>
|
||||
<int name="TorsoColor">1003</int>
|
||||
<bool name="archivable">true</bool>
|
||||
</Properties>
|
||||
</Item>
|
||||
</roblox>
|
||||
@endphp
|
||||
Loading…
Reference in New Issue