Commit Graph

5 Commits

Author SHA1 Message Date
5f67f488f6 Fix compilation warnings and namespace issue
Fixed issues:
1. Added missing using directive for KCM.Packets namespace
   - Fixes ShowModal class not found error in Main.cs

2. Removed unused 'callTree' variable (Main.cs:460)
   - Variable was defined but never used

3. Removed unused 'awake' field (ServerLobbyScript.cs:63)
   - Field was assigned but never used

All compilation warnings resolved.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-14 20:12:08 +01:00
f03e13236f asd 2025-12-14 01:45:02 +01:00
0776da883f BIG FIX XD 2025-12-13 19:12:53 +01:00
e523122561 bug fix 2025-12-13 15:17:11 +01:00
679c3c9a52 first commit 2025-12-13 14:28:35 +01:00