コード例 #1
0
 public void Add_UI_Notification( CUILogicNotification notification )
 {
     m_CurrentUIFrame.Add_Notification( notification );
 }
コード例 #2
0
 // Methods
 public void Add_Notification( CUILogicNotification notification )
 {
     m_Notifications.Add( notification );
 }