Skip to content

Commit e6afb30

Browse files
committed
Update README.md
1 parent 3bbbc02 commit e6afb30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ for version `1.0.0`
1111
- Use Api `RegionHelper.GetCurrentRegion()` to get the current region.
1212
- Example usage in a script:
1313
```csharp
14-
Debug.Log($"region: {RegionHelper.GetCurrentRegion()}");
14+
private void Start()
15+
{
16+
Debug.Log($"region: {RegionHelper.GetCurrentRegion()}");
17+
}
1518
```

0 commit comments

Comments
 (0)