예제 #1
0
파일: Script.cs 프로젝트: Whitecaribou/KOS
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
예제 #2
0
 public static CompileCache GetInstance()
 {
     return(instance ?? (instance = new CompileCache()));
 }
예제 #3
0
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
예제 #4
0
 public static CompileCache GetInstance()
 {
     return instance ?? (instance = new CompileCache());
 }