Пример #1
0
 internal void goto_next(VNController game, int i)
 {
     goto_next();
 }
 public void _vnscenescript_run_filescene2(VNController game)
 {
     this.vnscenescript_run_current(this.runScAct);
 }
Пример #3
0
 override public void setup(VNController controller)
 {
     this.controller = (VNNeoController)controller;
     //controller.call_game_func(this.funcSetup);
 }
 public void _vnscenescript_run_filescene(VNController game)
 {
     this.set_timer(0.5f, this._vnscenescript_run_filescene2);
 }