Esempio n. 1
0
 public WaterSource() : base("WaterSource", 100)
 {
     Sequence = new Items.Single();
 }
Esempio n. 2
0
 public WaterObject() : base("WaterObject", 100)
 {
     Sequence = new Items.Single();
 }
Esempio n. 3
0
 public WaterLittlePit() : base("WaterLittlePit", 100)
 {
     Sequence = new Items.Single();
 }