Exemplo n.º 1
0
 public static void initKernel(DustKernel kernel)
 {
     Dust.init(kernel);
 }
Exemplo n.º 2
0
 public static void initKernel(string[] args)
 {
     Dust.init(new DustSystem());
 }