卡组资源路径

This commit is contained in:
YiHan0621
2025-09-28 16:22:32 +08:00
parent d651e72b05
commit 2ec83d9d08
100 changed files with 97 additions and 288 deletions

View File

@@ -335,7 +335,7 @@ namespace TcgEngine
// 非Steam平台的空实现
public void GetUserInventory() { }
public void PurchaseGoldPackage(int goldAmount, int priceInCents) { }
public bool IsInitialized() { return false; }
// public bool IsInitialized() { return false; }
private void Update() { }
private void OnDestroy() { }
#endif