feat: Replaces params array with params ReadOnlySpan (#2125)
This commit is contained in:
parent
90059c5e74
commit
279b10dd0f
15 changed files with 36 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue