예제 #1
0
 void Start()
 {
     _active = true;
     _tooltipData.AddOnStateChanged(OnDataChanged);
     OnDataChanged(_tooltipData.Active);
 }