UnityEngine.CrashReport.CrashReport C# (CSharp) 메소드

CrashReport() 개인적인 메소드

private CrashReport ( string id, System.DateTime time, string text ) : System
id string
time System.DateTime
text string
리턴 System
        private CrashReport(string id, DateTime time, string text)
        {
            this.id = id;
            this.time = time;
            this.text = text;
        }