Merge branch 'main' into scripting-lua

This commit is contained in:
Jett
2022-07-17 16:15:17 +01:00
committed by GitHub
328 changed files with 4228 additions and 2250 deletions

View File

@@ -5,7 +5,6 @@
#include "Entity.h"
#include "ScriptComponent.h"
#include "InvalidScript.h"
ScriptComponent::ScriptComponent(Entity* parent, std::string scriptName, bool serialized, bool client) : Component(parent) {
m_Serialized = serialized;