摘要: //角色 package ex1; public class Character { private final String name; //角色名字 private int hp; //角色血量 public static int charactsum = 0; //统计次数 private s 阅读全文
posted @ 2024-11-06 19:38 小达不溜w 阅读(38) 评论(0) 推荐(0)