Exemplo n.º 1
0
 public SpawnerProcessor(WorldSystem system, WorldProfile profile)
 {
     this.system  = system;
     this.profile = profile;
 }
Exemplo n.º 2
0
    public WorldProcessor(WorldSystem system, GameObject instance) : base(system, instance)
    {
        this.profile = new WorldProfile(GameObject);

        SubProcessors.Add(new SpawnerProcessor(system, this.profile));
    }