void RaiseGachaEvent(string gachaId, bool sequence) { GachaEventArgs newEventArgs = new GachaEventArgs(GachaEvent, gachaId, sequence); RaiseEvent(newEventArgs); }