Grail (C++)
1.2.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
BehaviorData.h
1
// Copyright QED Software 2023.
2
3
#ifndef GRAIL_BEHAVIOR_DATA_H
4
#define GRAIL_BEHAVIOR_DATA_H
5
6
#include <map>
7
#include <string>
8
9
namespace
grail
10
{
11
namespace
data
12
{
13
struct
BehaviorData
14
{
15
std::string name{};
16
std::map<std::string, std::string> behaviorInstanceData{};
17
};
18
}
19
}
20
21
#endif
grail::data::BehaviorData
Definition:
BehaviorData.h:13
GrailData
DebugInfo
BehaviorData.h
Generated by
1.8.17