Example #1
0
 public void AddTrap(FightTrap trap)
 {
     this.Traps.Add(trap);
     trap.Owner.Team.Send("GA;999;" + trap.Owner.ID + ";GDZ+" + trap.CellID + ";" + trap.Lenght + ";7");
     trap.OwnerSend("GA;999;" + trap.Owner.ID + ";GDC" + trap.CellID + ";Haaaaaaaaz3005;");
 }
Example #2
0
 public void AddGlyph(FightTrap trap)
 {
     this.Glyphs.Add(trap);
     Send("GA;999;" + trap.Owner.ID + ";GDZ+" + trap.CellID + ";" + trap.Lenght + ";" + trap.TrapColor);
 }