示例#1
0
 void Start()
 {
     Instance = this;
     Application.logMessageReceived += LogCallback;
 }
示例#2
0
 void Start()
 {
     Instance = this;
 }