From b1e949ecc8f4fa2791e9367bc5611ba497fa288c Mon Sep 17 00:00:00 2001 From: Ash Blue Date: Fri, 10 Jan 2025 20:12:58 -0800 Subject: [PATCH] ci: whitespace change to force another release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3041e4..71a0de5 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ inventory.Instance.Sort( ); ``` + #### Saving and Loading You can save and load an inventory instance with the following snippets. This should only be done if you wish to create your own implementation of `InventoryInstance` without using the `InventoryHelper`. It's recommended you use the `InventoryHelper` class to save and load inventories for simplicity.