Exemplo n.º 1
0
 public void PlayEmoteResponse(EmoteType emoteType, CardSoundSpell emoteSpell)
 {
     object[] objArray1 = new object[] { emoteType, emoteSpell };
     base.method_8("PlayEmoteResponse", objArray1);
 }
 public void OnPickEmoteLoaded(CardSoundSpell spell)
 {
     object[] objArray1 = new object[] { spell };
     base.method_8("OnPickEmoteLoaded", objArray1);
 }
Exemplo n.º 3
0
 public void OnEmotePlayed(Card card, EmoteType emoteType, CardSoundSpell emoteSpell)
 {
     object[] objArray1 = new object[] { card, emoteType, emoteSpell };
     base.method_8("OnEmotePlayed", objArray1);
 }
Exemplo n.º 4
0
 public static void SetupSoundSpell(CardSoundSpell spell, Component c)
 {
     object[] objArray1 = new object[] { spell, c };
     MonoClass.smethod_18(TritonHs.MainAssemblyPath, "", "SpellUtils", "SetupSoundSpell", objArray1);
 }