We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a50f37 commit 36cb1c9Copy full SHA for 36cb1c9
1 file changed
TaleKit/Game/Entities/Character.cs
@@ -130,5 +130,5 @@ public void PickUp(Drop drop)
130
}
131
132
internal INetwork GetNetwork() => network;
133
- internal IExecutor GetBridge() => executor;
+ internal IExecutor GetExecutor() => executor;
134
0 commit comments