Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 394 Bytes

File metadata and controls

7 lines (6 loc) · 394 Bytes

Papyrus Game Data System

Main Features:

  • Plugin Architecture allows plugins to append and replace records from other plugins, allowing users of your game to create and share mods to your game.
  • Extensible. Add new properties and data structures to your game while maintaining backwards compatablity.
  • Efficient. After initialization, records are read as C# objects with no overhead.