Exemplo n.º 1
0
 /// <summary>
 /// Debug.LogWarning wrapper method.
 /// </summary>
 /// <param name="msg">The msg to log</param>
 public static void LogWarning(string msg)
 {
     m_Addressables.LogWarning(msg);
 }