Added name to CTAspect
This commit is contained in:
parent
9b1d010eba
commit
31032b7857
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ public class CTAspect {
|
|||
this.internal = internal;
|
||||
}
|
||||
|
||||
@ZenGetter("name")
|
||||
public String getName(){
|
||||
return internal.getName();
|
||||
}
|
||||
|
||||
@ZenSetter("chatColour")
|
||||
public void setChatColour(String chatColour) {
|
||||
internal.setChatcolor(chatColour);
|
||||
|
|
Loading…
Reference in a new issue