BAD.Parser.DebugLog C# (CSharp) Méthode

DebugLog() static private méthode

static private DebugLog ( object msg ) : void
msg object
Résultat void
        static void DebugLog(object msg)
        {
            if (debug)
                Debug.Log (msg.ToString ());
        }