Skip to content

Commit 36cb1c9

Browse files
committed
fix name
1 parent 6a50f37 commit 36cb1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TaleKit/Game/Entities/Character.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ public void PickUp(Drop drop)
130130
}
131131

132132
internal INetwork GetNetwork() => network;
133-
internal IExecutor GetBridge() => executor;
133+
internal IExecutor GetExecutor() => executor;
134134
}

0 commit comments

Comments
 (0)