上古卷轴5 我玩潜弓的,问一下是夜莺套还是乌木套,该选哪个

上古卷轴 5

大熊 大熊
回答
  • 咪唧酱 咪唧酱

    坦克类
    class tank
    {
    表示坦克的横坐标,纵坐标
    int x=0,y=0;表示坦克的方向 0表示上,1表示右,2表示下,3表示左
    int direct=0;坦克的速度
    int speed=5;public int getx(){
    return x;}
    public void setx(int x){
    th**.x=x;}
    public int gety(){
    return y;}
    public void sety(int y){
    th**.y=y;}
    public int getspeed(){
    return speed;}
    public void setspeed(int speed){
    th**.speed=speed;}
    public int getdirect(){
    return direct;}
    public void setdirect(int direct){
    th**.direct=direct;}
    public tank(int x,int y)
    {
    th**.x=x;th**.y=y;}
    }

类似问答
精品推荐

友情链接

友链互换QQ:

谷财 备案编号:蜀ICP备11019336号-3商务合作:235-677-2621

Copyright 2009-2020 Chengdu Sanzilewan Technology Co.,Ltd all rights reserve

抵制不良游戏 拒绝盗版游戏 注意自我保护 谨防受骗上当 适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活