mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Replace all lock object declarations using 'object' type with the C# 13 System.Threading.Lock type across 12 files. The Lock type provides a more efficient locking mechanism - when used with lock(), the compiler automatically uses Lock.EnterScope() instead of Monitor.Enter/Exit. Also made two previously non-readonly lock fields readonly: - McClient.DigLock - Protocol18.MessageSigningLock Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ChatBots | ||
| hangman-en.txt | ||
| hangman-fr.txt | ||
| README.md | ||
| sample-matches.ini | ||
| sample-script-extended.cs | ||
| sample-script-packet-capture.cs | ||
| sample-script-pm-forwarder.cs | ||
| sample-script-random-command.cs | ||
| sample-script-tick-counter.cs | ||
| sample-script-with-chatbot.cs | ||
| sample-script-with-http-request.cs | ||
| sample-script-with-task.cs | ||
| sample-script-with-world-access.cs | ||
| sample-script.cs | ||
| sample-script.txt | ||
Minecraft Console Client User Manual
This page has been moved to appropriate sections on our new Documentation website.