Exemple #1
0
        void RaiseGachaEvent(string gachaId, bool sequence)
        {
            GachaEventArgs newEventArgs = new GachaEventArgs(GachaEvent, gachaId, sequence);

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