Attraktor Konstruktor bearbeitet

This commit is contained in:
Sebastian Holzki 2019-06-12 17:43:40 +02:00
parent 0332890265
commit 9fdbf7d639

View File

@ -31,6 +31,11 @@ ObjectPhysics::~ObjectPhysics()
Attraktor::Attraktor(){
emitting = false;
attracting = true;
cout << "Attraktor Konstruktor" << endl;
};