master
neuecc 2021-02-26 11:42:30 +09:00
parent 316f3bd963
commit 42047070dd
1 changed files with 4 additions and 4 deletions

View File

@ -111,9 +111,9 @@ namespace Cysharp.Threading.Tasks
PreUpdate | LastPreUpdate |
Update | LastUpdate |
PreLateUpdate | LastPreLateUpdate |
PostLateUpdate | LastPostLateUpdate |
PostLateUpdate | LastPostLateUpdate
#if UNITY_2020_2_OR_NEWER
TimeUpdate | LastTimeUpdate,
| TimeUpdate | LastTimeUpdate,
#else
,
#endif
@ -128,9 +128,9 @@ namespace Cysharp.Threading.Tasks
PreUpdate |
Update |
PreLateUpdate |
PostLateUpdate | LastPostLateUpdate |
PostLateUpdate | LastPostLateUpdate
#if UNITY_2020_2_OR_NEWER
TimeUpdate
| TimeUpdate
#endif
,