Exemple #1
0
 public ContainerObject(World world, ObjectID objectID)
     : base(world, objectID)
 {
     m_contents    = new MovableObjectCollection();
     this.Contents = new ReadOnlyMovableObjectCollection(m_contents);
 }