Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erkerkiii committed Feb 18, 2023
1 parent 108e526 commit 1270071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add this to the ```Packages\manifest.json```
Dependencies
```
"dependencies": {
"com.erkerkiii.gum": "1.0.13"
"com.erkerkiii.gum": "1.0.14"
}
```

Expand Down Expand Up @@ -75,7 +75,7 @@ public class Foo : IPoolable
{
public event Action OnReturnToPoolRequested;

public Reset()
public void Reset()
{
//reset object's values
}
Expand Down

0 comments on commit 1270071

Please sign in to comment.