From 3cc0275c398d243e5c7a2795c9dc0d34d42d75b1 Mon Sep 17 00:00:00 2001 From: Joanna May Date: Sun, 9 Jun 2024 22:19:43 -0500 Subject: [PATCH] docs: update docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 20e550b..96b685b 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ public partial class Player : CharacterBody3D { Once a save chunk has been added to a parent save chunk, the parent save chunk can access it from the callbacks specified by `onSave` and `onLoad`, querying its data or forcing it load data into its node. +> [!TIP] +> You can define easily serializable types, as well as serialize entire [LogicBlocks] with [Chickensoft.Serialization]. + --- 🐣 Package generated from a 🐤 Chickensoft Template — @@ -140,4 +143,6 @@ Once a save chunk has been added to a parent save chunk, the parent save chunk c [AutoInject]: https://github.com/chickensoft-games/AutoInject [Game Demo]: https://github.com/chickensoft-games/GameDemo +[LogicBlocks]: https://github.com/chickensoft-games/LogicBlocks +[Chickensoft.Serialization]: https://github.com/chickensoft-games/Serialization [nuget]: https://www.nuget.org/packages/Chickensoft.SaveFileBuilder