Exemple #1
0
 private void Start()
 {
     if (m_speedData == null)
     {
         return;
     }
     m_speed = m_speedData.GetSpeed();
 }