namespace Content.Server.CartridgeLoader.Cartridges; [RegisterComponent] public sealed partial class NotekeeperCartridgeComponent : Component { /// /// The list of notes that got written down /// [DataField("notes")] public List Notes = new(); }