Minor fixes and tweaks.

This commit is contained in:
CloneTrooper1019
2019-07-04 18:26:53 -05:00
parent 4e1fdc0a22
commit cf4cf829d7
9 changed files with 60 additions and 34 deletions

View File

@ -1786,6 +1786,7 @@ namespace RobloxFiles
public abstract class LuaSourceContainer : Instance
{
public string ScriptGuid = "";
}
public abstract class BaseScript : LuaSourceContainer