feat: Replaces params array with params ReadOnlySpan (#2125)

This commit is contained in:
Kamron Batman 2025-02-13 21:19:02 -08:00 committed by GitHub
parent 90059c5e74
commit 279b10dd0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 36 additions and 35 deletions

View file

@ -1313,7 +1313,7 @@ namespace Server.Gumps
public void AddPageButton(
int x, int y, int buttonID, string text, AdminGumpPage page,
params AdminGumpPage[] subPages
params ReadOnlySpan<AdminGumpPage> subPages
)
{
var isSelection = m_PageType == page;