예제 #1
0
 void Awake()
 {
     Evaluator.Initialize();
     GetComponent <Window>().main = this;
     UpdateAllDefaultCompletionPlugins();
 }
예제 #2
0
파일: Main.cs 프로젝트: swipswaps/uREPL
 void RunPreLoadCode()
 {
     Evaluator.Evaluate(preLoadCode, false);
 }