Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jun 10, 2024
1 parent f2d3813 commit 3cc0275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 — <https://chickensoft.games>
Expand All @@ -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

0 comments on commit 3cc0275

Please sign in to comment.