示例#1
0
 protected GameObject StartPuzzle(string name, System.Action <string> EndPuzzle)
 {
     return(fmvman.StartPuzzle(name, EndPuzzle));
 }