ModernUO/Projects/Server/PropertyList
Kamron Batman ca57e8778a feat(opl): expose TextBlock() on IPropertyList
OplTextBlock.TextBlock() was only on the concrete ObjectPropertyList, so
GetProperties(IPropertyList) overrides in content could not reach the
multi-line builder (its constructor is internal, and the interface only
exposed the lower-level AddChunked). Declare TextBlock() on IPropertyList
so content can write `using var block = list.TextBlock();` directly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 00:45:51 -07:00
..
IObjectPropertyListEntity.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
IPropertyList.cs feat(opl): expose TextBlock() on IPropertyList 2026-06-26 00:45:51 -07:00
ObjectPropertyList.cs fix(opl): cap per-property length + chunk OplTextBlock to avoid legacy 2D-client crash 2026-06-26 00:45:51 -07:00
OplTextBlock.cs fix(opl): cap per-property length + chunk OplTextBlock to avoid legacy 2D-client crash 2026-06-26 00:45:51 -07:00