update project script methods, replace project script with project client script
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
#include "interfaces/Serializable.hpp"
|
||||
|
||||
namespace scripting {
|
||||
class IProjectScript;
|
||||
class IClientProjectScript;
|
||||
}
|
||||
|
||||
struct Project : Serializable {
|
||||
std::string name;
|
||||
std::string title;
|
||||
std::vector<std::string> basePacks;
|
||||
std::unique_ptr<scripting::IProjectScript> script;
|
||||
std::unique_ptr<scripting::IClientProjectScript> clientScript;
|
||||
|
||||
~Project();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user