public void GetWhisperInfo(ref WhisperInfo info)
 {
     info.whisperSize = this.m_whispers.get_Count();
 }
Esempio n. 2
0
 public static void GetWhisperInfo(ref WhisperInfo info)
 {
     BattleNet.s_impl.GetWhisperInfo(ref info);
 }