Releases: Penca53/DarkRiftLibrary-MLAPI
Releases · Penca53/DarkRiftLibrary-MLAPI
MLAPI 1.1.0
- Changed methods names from
ReadSerializabletoReadSerializableSmart - Changed methods names from
WritetoWriteSmart - Fixed
WriteSmart(ISync sync, int tag, bool sendTag, bool sendTypeID)not writing the correctExtraDataSync. - Added descriptions to
SyncTypes,TypeID,SerializeOptional,DeserializeOptionalandExtraDataSync.
MLAPI 1.0.0
-
Added
ISyncinterfaceTypeIDkeeps track of the typeSerializeOptionalhas a tag parameter used by the programmer to do different things depending on itDeserializeOptionalhas a tag parameter used by the programmer to do different things depending on it
-
Added
SyncTypesdictionary- Use it to catalog all your classes that implement
ISync
- Use it to catalog all your classes that implement
-
Added
ExtraSyncDataenumNothingsends only the dataTypeIDsends the data and the TypeIDTagsends the data and the TagTypeIDANDTagsends the data, the TypeID and the Tag
-
Added many
DarkRift extensionsWriteReadSerializableDarkRiftReader, which creates a new instanceReadSerializableISync, which updates an instance