We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025c572 commit c61d298Copy full SHA for c61d298
GameFrameX.Core/Actors/Actor.cs
@@ -144,9 +144,9 @@ async Task Worker()
144
145
try
146
{
147
- await agent.AfterActivation();
148
- await agent.Active();
149
await agent.BeforeActivation();
+ await agent.Active();
+ await agent.AfterActivation();
150
}
151
catch (Exception e)
152
@@ -181,9 +181,9 @@ async Task Worker()
181
182
183
184
185
186
187
188
189
0 commit comments