Beispiel #1
0
 public static T Require <T>() where T : IScriptPackContext
 {
     return(_scriptHost.Require <T>());
 }