Exemple #1
0
 private void OnEnable()
 {
     if (instance == null) {
         instance = this;
     }
      TurnOnLogoWell();
     DealWithUDPMessage.ToLogoWell += SetTargetPostition;
 }