Integrating github/staging through commit b0dd7ed
This commit is contained in:
@@ -25,6 +25,8 @@ namespace AZ
|
||||
|
||||
namespace ScriptCanvasTesting
|
||||
{
|
||||
void Reflect(AZ::ReflectContext* context);
|
||||
|
||||
class GlobalBusTraits : public AZ::EBusTraits
|
||||
{
|
||||
public:
|
||||
@@ -104,4 +106,11 @@ namespace ScriptCanvasTesting
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
enum class TestEnum : AZ::u32
|
||||
{
|
||||
Alpha = 7,
|
||||
Bravo = 15,
|
||||
Charlie = 31,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user