Knetik.KnetikApiResponse.LogError C# (CSharp) 메소드

LogError() 개인적인 메소드

private LogError ( String msg ) : void
msg String
리턴 void
        private void LogError(String msg)
        {
            #if UNITY_EDITOR
            Debug.LogError(msg);
            #endif
        }