public override void GiveEndEffect() { Background2DRemover background2Dremover = new Background2DRemover(this.StageData); this.Background3D.WarpEnabled = false; this.LifeTime = this.Time + 150; this.Region = 0; this.StageData.SoundPlay("se_tan01.wav"); SpellItem_Touhou spellItemTouhou = new SpellItem_Touhou(this.StageData, this.OriginalPosition); }
public override void GiveItems() { base.GiveItems(); SpellItem_Touhou spellItemTouhou = new SpellItem_Touhou(this.StageData, this.OriginalPosition); }