AddObserver() public method

public AddObserver ( string notificationName, System action ) : void
notificationName string
action System
return void
Esempio n. 1
0
 void Start()
 {
     EventBroadcaster.AddObserver(EventNames.DisplayMessage, HandleOnDisplayNotificationEvent);
 }