コード例 #1
0
 public void ToggleText()
 {
     if (_station == null || _text == null)
     {
         return;
     }
     _text.text = _station.GetPingState() ? OxStationBuildable.Pinging() : OxStationBuildable.Ping();
 }