Add CBSFall

Former-commit-id: 4e55f8c7dd
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-28 16:16:03 +03:00
parent 8b1f83efd8
commit e6c39713b4
6 changed files with 122 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ public:
int GetEnumValue() const; // { return x0_value.m_int; }
int GetInt32Value() const;
float GetReal32Value() const;
bool GetBoolValue() const;
private:
UParmValue x0_value;