增加新版出战卡组选定功能和删除功能
This commit is contained in:
@@ -594,7 +594,7 @@ namespace TcgEngine.UI
|
||||
}
|
||||
}
|
||||
|
||||
private async void DeleteDeck(string deck_tid)
|
||||
public async void DeleteDeck(string deck_tid)
|
||||
{
|
||||
UserData udata = Authenticator.Get().UserData;
|
||||
UserDeckData udeck = udata.GetDeck(deck_tid);
|
||||
|
||||
Reference in New Issue
Block a user