Some more thoughts
This commit is contained in:
parent
b997972ec1
commit
bc2dc9bf07
18 changed files with 146 additions and 42 deletions
component
|
@ -2,3 +2,11 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "actor.h"
|
||||
|
||||
Actor::Actor(const std::string& group) :
|
||||
group(group)
|
||||
{}
|
||||
|
||||
void Actor::setGroup(const std::string& newGroup) {
|
||||
group = newGroup;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue