コード例 #1
0
 public story(string srod, string emychk, string says, int hp, int atk, int interval, int way)
 {
     this.Backgroundimage     = srod;
     this.EnemySay            = says;
     this.EnemyCheck          = emychk;
     this.EnemyMaxHp          = hp;
     this.EnemyAttack         = atk;
     this.EnemyArrackInterval = interval;
     this.anotherway          = way;
     this.next    = null;
     this.another = null;
 }
コード例 #2
0
 public storylist()
 {
     head = null;
 }
コード例 #3
0
 public story()
 {
     this.next    = null;
     this.another = null;
 }