Merge pull request #63049 from Faless/mp/4.x_as_module

This commit is contained in:
Rémi Verschelde
2022-07-28 20:46:31 +02:00
committed by GitHub
80 changed files with 1819 additions and 1388 deletions

View File

@ -95,8 +95,8 @@ public:
Ref<Script> get_script() const override {
return Ref<Script>();
}
const Vector<Multiplayer::RPCConfig> get_rpc_methods() const override {
return Vector<Multiplayer::RPCConfig>();
const Variant get_rpc_config() const override {
return Variant();
}
ScriptLanguage *get_language() override {
return nullptr;