Skip to content

Commit d6ed5cd

Browse files
authored
Update README.md
1 parent 51e9cfd commit d6ed5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You need to download this package and [Odin Serializer](https://odininspector.co
1313

1414
For saving/loading you need to create class/struct and inherit `ISerializable` interface.
1515

16-
Fields that you want to save/load in your class/struct must have `SerializeField` attribute. In example below, it will be `_position` and `_health` in `PlayerData` struct).
16+
Fields that you want to save/load in your class/struct must have `SerializeField` attribute. In example below, it will be `_position` and `_health` in `PlayerData` struct.
1717

1818
```csharp
1919
using ToolBox.Serialization;

0 commit comments

Comments
 (0)