예제 #1
0
 void OnDisable()
 {
     ChatClientBroker.Unregister(this);
 }
예제 #2
0
 void OnEnable()
 {
     ChatClientBroker.Register(this);
 }