Exemplo n.º 1
0
		public virtual void AddBeing(Being b)
		{
			b.Location=this;
			beings.Add(b);
		}
Exemplo n.º 2
0
 public virtual void AddBeing(Being b)
 {
     b.Location = this;
     beings.Add(b);
 }