Exemple #1
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     Self = self;
     Info = info;
 }
Exemple #2
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     this.self = self;
     this.info = info;
 }
Exemple #3
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     Info = info;
 }
Exemple #4
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     Self = self;
     Info = info;
 }
Exemple #5
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     this.self = self;
     this.info = info;
 }
Exemple #6
0
 public ScaredyCat(Actor self, ScaredyCatInfo info)
 {
     Info = info;
 }