Example #1
0
 public void AddObject(Spartacus.Game.Object p_object)
 {
     p_object.SetLayer(this);
     this.v_objects.Add(p_object);
 }