Ejemplo n.º 1
0
        public virtual void Construct(ObjectModel model, ObjectRegistry registry)
        {
            Model    = model;
            Registry = registry;

            Register();
        }
Ejemplo n.º 2
0
 protected ObjectSpawner(ObjectGlobalTunables globalTunables,  ObjectRegistry registry)
 {
     GlobalTunables = globalTunables;
     ObjectRegistry = registry;
 }