connection code for client

This commit is contained in:
2025-07-11 19:08:41 +03:00
parent 7b809a2c60
commit 3738f802c5
19 changed files with 282 additions and 131 deletions

View File

@@ -27,7 +27,7 @@ namespace FastArena
public void Kill()
{
Destroy(this.gameObject);
Destroy(gameObject);
}
}
}