Skip to content

Commit 1270071

Browse files
authored
Update README.md
1 parent 108e526 commit 1270071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add this to the ```Packages\manifest.json```
4444
Dependencies
4545
```
4646
"dependencies": {
47-
"com.erkerkiii.gum": "1.0.13"
47+
"com.erkerkiii.gum": "1.0.14"
4848
}
4949
```
5050

@@ -75,7 +75,7 @@ public class Foo : IPoolable
7575
{
7676
public event Action OnReturnToPoolRequested;
7777

78-
public Reset()
78+
public void Reset()
7979
{
8080
//reset object's values
8181
}

0 commit comments

Comments
 (0)