传奇元宝商城源代码delphi代码
| 分类:传奇源码 阅读:326 日期:2025-08-11 |
![]() |
| unit GameStore; interface type TGame = class private FName: string; FPrice: Double; public constructor Create(const AName: string; APrice: Double); property Name: string read FName; property Price: Double read FPric |
下一篇:篝火引擎教程角色升级,退出,小退,死亡触发脚本
