Added support for saving XML files!
Support for binary files will be coming later.
This commit is contained in:
BinaryFormat
Interfaces
RobloxFile.csRobloxFileFormat.csprojTree
Utility
XmlFormat
PropertyTokens
Axes.csBinaryString.csBoolean.csBrickColor.csCFrame.csColor3.csColor3uint8.csColorSequence.csContent.csDouble.csEnum.csFaces.csFloat.csInt.csInt64.csNumberRange.csNumberSequence.csPhysicalProperties.csRay.csRect.csRef.csSharedString.csString.csUDim.csUDim2.csVector2.csVector3.csVector3int16.cs
XmlDataReader.csXmlDataWriter.csXmlPropertyTokens.csXmlRobloxFile.cs@ -100,5 +100,10 @@ namespace RobloxFiles.BinaryFormat
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void WriteFile(Stream stream)
|
||||
{
|
||||
throw new NotImplementedException("Not implemented yet!");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user