Esempio n. 1
0
        public SpawnMonster_Effect Clone(SpawnMonster_Effect outputType)
        {
            SpawnMonster_Effect clone = new SpawnMonster_Effect();

            clone.CopyFrom(this);
            return(clone);
        }
Esempio n. 2
0
 public void CopyFrom(SpawnMonster_Effect original)
 {
     base.CopyFrom(this);
     this.monsterToSpawn             = original.monsterToSpawn;
     this.monsterController_provider = original.monsterController_provider;
     this.countProvider = original.countProvider;
 }