Added ave and craig

This commit is contained in:
2023-08-01 23:06:47 -07:00
parent 440b753d2a
commit 5ea312bc34
83 changed files with 531 additions and 18 deletions

View File

@ -15,7 +15,7 @@ namespace Dawn {
protected:
void onStart() override {
assertNotNull(this->modifies);
assertNotNull(this->modifies, "VNSetEvent::onStart() modifies is null!");
*modifies = value;
this->next();
}