アットウィキロゴ

てrtt

package sh;
 
 
public class game {
 
  String[] koma=new String[7];
  int[][] ban=new int[10][2];
 
 String[] hash_chx=new String[101];
String[] hash_ch=new String[101];
int number;
    void makedata(String hhh){
 
 
 
       one sub=new one();
       sub.ban=ban;
       sub.koma=koma;
       sub.makedata(hhh);
       number=sub.number_chx;
       hash_chx=sub.hash_chx;
 
       int numberx;
 
       two sub2=new two();
       sub2.makedata(hhh);
       numberx=sub2.number_chx;
       hash_ch=sub2.hash_chx;
 
       int s;
       int sx=number;
       for(s=1;s<numberx+1;s++){
       sx=sx+1;
       hash_chx[sx]= hash_ch[s];
       }
 
       number=sx;
 
 
 
 
    }
 
}
 
最終更新:2018年03月02日 10:37