예제 #1
0
파일: Program.cs 프로젝트: yargr96/renderer
 public static void AddScene(Scene s)
 {
     scene_list.Add(s);
 }