Skip to content

Commit

Permalink
Merge pull request #58 from nowsprinting/fix/monkeyagent_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak authored May 11, 2024
2 parents 2858a2b + f03f822 commit 74ed670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/Agents/UGUIMonkeyAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public override async UniTask Run(CancellationToken token)
Lifetime = lifespanSec > 0 ? TimeSpan.FromSeconds(lifespanSec) : TimeSpan.MaxValue,
DelayMillis = delayMillis,
Random = random,
Logger = Logger,
SecondsToErrorForNoInteractiveComponent = secondsToErrorForNoInteractiveComponent,
Gizmos = gizmos,
Screenshots = screenshotEnabled
Expand Down

0 comments on commit 74ed670

Please sign in to comment.