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; }
public storylist() { head = null; }
public story() { this.next = null; this.another = null; }