Skip to content

MLAPI 1.0.0

Compare
Choose a tag to compare
@Penca53 Penca53 released this 19 Oct 16:27
  • Added ISync interface

    • TypeID keeps track of the type
    • SerializeOptional has a tag parameter used by the programmer to do different things depending on it
    • DeserializeOptional has a tag parameter used by the programmer to do different things depending on it
  • Added SyncTypes dictionary

    • Use it to catalog all your classes that implement ISync
  • Added ExtraSyncData enum

    • Nothing sends only the data
    • TypeID sends the data and the TypeID
    • Tag sends the data and the Tag
    • TypeIDANDTag sends the data, the TypeID and the Tag
  • Added many DarkRift extensions

    • Write
    • ReadSerializable DarkRiftReader, which creates a new instance
    • ReadSerializable ISync, which updates an instance