changed parameters for require function

This commit is contained in:
Deukhoofd 2018-11-30 11:51:22 +01:00
parent 9e27778af1
commit 1f1b8c621e
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace Upsilon.StandardLibraries
} }
[StandardLibraryScriptFunction("require", true)] [StandardLibraryScriptFunction("require", true)]
public void Require(Script script, ScriptBoolean boolean, ScriptString message = null) public void Require(Script script, string file)
{ {
} }