コード例 #1
0
        void RaiseGachaEvent(string gachaId, bool sequence)
        {
            GachaEventArgs newEventArgs = new GachaEventArgs(GachaEvent, gachaId, sequence);

            RaiseEvent(newEventArgs);
        }
コード例 #2
0
 void RaiseGachaEvent(string gachaId, bool sequence)
 {
     GachaEventArgs newEventArgs = new GachaEventArgs(GachaEvent, gachaId, sequence);
     RaiseEvent(newEventArgs);
 }