Skip to content

Commit 62c57c5

Browse files
authored
Update README.md
1 parent 9c364d3 commit 62c57c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ public class PlayerConfig : ScriptableObject, ILoadable
3535
[SerializeField] private float _startHealth = 100f;
3636

3737
public float StartHealth => _startHealth;
38+
39+
public void Load()
40+
{
41+
// Do initialization here
42+
}
3843
}
3944
```
4045

0 commit comments

Comments
 (0)