예제 #1
0
 public void NewScript(string Source)
 {
     script = new GameScript(this, Source);
 }
예제 #2
0
 public void NewScript(string Name, string Path)
 {
     script = new GameScript(this, Name, Path);
 }