Exemple #1
0
 public string Display()
 {
     return("Spawn " + LogUtils.Display(this.qthing) + " on " + this.cell);
 }
Exemple #2
0
 public string Display()
 {
     return("DeSpawn " + LogUtils.Display(this.thing) + " on " + this.thing.Position);
 }