mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Replace explicit constructor calls with target-typed new() expressions where the type is already specified on the left side of the assignment. This is a C# 9+ feature that reduces redundancy. Files changed: - Container.cs: field assignments in constructors - EntityPalette18/112/113.cs: static field initializers - ChatParser.cs: StringBuilder local variable - Movement.cs: field assignments in constructor - PacketPalette18.cs: field initializers - EnchantmentMapping.cs: field reassignments Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| EntityPalette.cs | ||
| EntityPalette18.cs | ||
| EntityPalette112.cs | ||
| EntityPalette113.cs | ||
| EntityPalette114.cs | ||
| EntityPalette115.cs | ||
| EntityPalette117.cs | ||
| EntityPalette119.cs | ||
| EntityPalette120.cs | ||
| EntityPalette261.cs | ||
| EntityPalette1161.cs | ||
| EntityPalette1162.cs | ||
| EntityPalette1193.cs | ||
| EntityPalette1204.cs | ||
| EntityPalette1206.cs | ||
| EntityPalette1212.cs | ||
| EntityPalette1214.cs | ||
| EntityPalette1215.cs | ||
| EntityPalette1216.cs | ||
| EntityPalette1219.cs | ||
| EntityPalette11194.cs | ||
| EntityPalette12111.cs | ||
| EntityPaletteGenerator.cs | ||