ModernUO/Projects/Server/PropertyList
Kamron Batman 42ae2a1146 refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList
string converts implicitly to ReadOnlySpan<char>, so Add(ReadOnlySpan<char>) subsumes
Add(string); $"..." literals still bind to the interpolated-string-handler overload
(zero-alloc). OplTextBlock now holds an IPropertyList instead of the concrete
ObjectPropertyList.
2026-06-26 00:45:50 -07:00
..
IObjectPropertyListEntity.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
IPropertyList.cs refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList 2026-06-26 00:45:50 -07:00
ObjectPropertyList.cs refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList 2026-06-26 00:45:50 -07:00
OplTextBlock.cs refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList 2026-06-26 00:45:50 -07:00