Files
GDevelop/Core/GDCore/Project/BehaviorsSharedData.cpp
D8H aed4b76a3f Refactor behavior configuration model (#4217)
* Merge BehaviorContent into Behavior and add CustomBehavior
* Don't show in changelogs
2022-08-29 09:21:21 +02:00

16 lines
370 B
C++

/*
* GDevelop Core
* Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights
* reserved. This project is released under the MIT License.
*/
#include "GDCore/Project/BehaviorsSharedData.h"
#include <map>
#include "GDCore/Project/PropertyDescriptor.h"
namespace gd {
BehaviorsSharedData::~BehaviorsSharedData(){};
} // namespace gd