mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-20 11:09:35 +08:00

* 补充数据库表 * 更新sqlite * 添加商店相关的数据库常量类 * add Update_UpdateRoomMaster * 修改常量类 * 添加 NOTICE 文件 * 添加市场、报价、库存的数据库常量类 * 优化表结构和查询常量类 * 添加 UserCenter 和 Inventory 相关枚举;数据表和 Query 常量类修改 * 添加报价的核心操作 * 涉及库存的物品获取应该使用 Guid 而不是 ItemId --------- Co-authored-by: yeziuku <yezi@wrss.org>
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
This project incorporates material from the following open source projects:
|
|
|
|
* FunGame Core
|
|
Copyright (c) 2023-present Project Redbud and Contributors.
|
|
Copyright (c) 2022-2023 Milimoe.
|
|
Licensed under the LGPLv3 License. See LICENSE for details.
|
|
|
|
Contributors:
|
|
- ChrisWynyard (Project Redbud Member)
|
|
- CoolinP (Project Redbud Member)
|
|
- Milimoe (Project Redbud Member)
|
|
- yeziuku (Project Redbud Member)
|
|
|
|
* .NET Runtime
|
|
Copyright (c) .NET Foundation and Contributors
|
|
Licensed under the MIT License. See https://github.com/dotnet/runtime/blob/main/LICENSE.TXT for details.
|