mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update/fix ScriptLanguage_t enum.
This commit is contained in:
@ -128,12 +128,9 @@ class IScriptVM;
|
||||
enum ScriptLanguage_t
|
||||
{
|
||||
SL_NONE,
|
||||
SL_GAMEMONKEY,
|
||||
SL_SQUIRREL,
|
||||
SL_LUA,
|
||||
SL_PYTHON,
|
||||
|
||||
SL_DEFAULT = SL_SQUIRREL
|
||||
SL_DEFAULT = SL_LUA
|
||||
};
|
||||
|
||||
class IScriptManager : public IAppSystem
|
||||
|
Reference in New Issue
Block a user