Improved file structure

This commit is contained in:
2024-01-29 00:55:49 +01:00
parent a6278cedb1
commit bca8fdf610
12 changed files with 32 additions and 28 deletions

View File

@ -21,6 +21,10 @@ func handle_packet(data: PackedByteArray, _peer: PacketPeer):
return
var controller := player.controller as ProxyController
if !controller:
return
controller.server_position.x = x
controller.server_position.z = z