アットウィキロゴ

genji

class f{
 
play(){
 
 
this.z=this.x[1];
this.z=this.z+this.x[2];
 
this.plus();
 
}
 
plus(){
 
 
this.z=this.z-10;
 
}
最終更新:2017年08月27日 15:41