mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
[ci skip] Show parentheses on methods
This commit is contained in:
parent
a6d3a6be74
commit
154b742c75
12
CHANGELOG.md
12
CHANGELOG.md
@ -18,12 +18,12 @@
|
||||
- Added `Random.NextUnitVector3()`
|
||||
- Added `Transform.LookAt(GameObject[, Vector3])`
|
||||
- Added `Transform.SetParent(GameObject[, bool])`
|
||||
- Added `ICollection<T>.ClearAndDisposeAll`
|
||||
- Added `ICollection<T>.ClearAndDisposeAllAsync`
|
||||
- Added `IEnumerable<T>.For` (#50)
|
||||
- Added `IEnumerable<T>.ForEach` (#50)
|
||||
- Added `IEnumerable<T>.DisposeAll`
|
||||
- Added `IEnumerable<T>.DisposeAllAsync`
|
||||
- Added `ICollection<T>.ClearAndDisposeAll()`
|
||||
- Added `ICollection<T>.ClearAndDisposeAllAsync()`
|
||||
- Added `IEnumerable<T>.For()` (#50)
|
||||
- Added `IEnumerable<T>.ForEach()` (#50)
|
||||
- Added `IEnumerable<T>.DisposeAll()`
|
||||
- Added `IEnumerable<T>.DisposeAllAsync()`
|
||||
- Added `char.IsEmoji`
|
||||
- Added `Rune.IsEmoji`
|
||||
- Added `string.IsEmoji`
|
||||
|
Loading…
Reference in New Issue
Block a user