feat: all new networking changes (except reservations), huge refactor and fmt
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class AddressUI : TextEdit
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
Text = Connection.WS_DEFAULT_ADDRESS;
|
||||
}
|
||||
}
|
||||
public partial class AddressUI : TextEdit {
|
||||
public override void _Ready() {
|
||||
Text = Connection.WS_DEFAULT_ADDRESS;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user