3 Star 0 Fork 0

纸豪/CardGame

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ISkill.java 263 Bytes
Copy Edit Raw Blame History
zhihao authored 2025-06-06 21:39 +08:00 . 改了一些代码,去除警告
package com.cardgame.model.role;
public interface ISkill {
String getSkillName();
String getIntroduction();
int getAddSelfHp();
int getAddSelfMp();
int getAddSelfMpMax();
int getAddEnemyHp();
int getAddEnemyMp();
int getCost();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhihao2023/card-game.git
git@gitee.com:zhihao2023/card-game.git
zhihao2023
card-game
CardGame
master

Search