Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeyeHQ committed Jul 3, 2020
2 parents 9a8bf05 + 06c815f commit 99bd292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Obj.Create(Pool.Entities,"Obj Alpaca");
```
In case you used pool you must provide the pool ID.
```csharp
var transform = Obj.Create((Pool.Entities, "Obj Alpaca");
var transform = Obj.Create(Pool.Entities, "Obj Alpaca");
transform.gameObject.Release(Pool.Entities);
```

Expand Down

0 comments on commit 99bd292

Please sign in to comment.