feat: add events for drop and chat message
This commit is contained in:
@@ -62,8 +62,8 @@ namespace Client.Domain.Entities
|
||||
{
|
||||
Id = id;
|
||||
Transform = transform;
|
||||
FullName = fullName;
|
||||
Phenotype = phenotype;
|
||||
this.fullName = FullName = fullName;
|
||||
this.phenotype = Phenotype = phenotype;
|
||||
}
|
||||
|
||||
private void Phenotype_PropertyChanged(object? sender, PropertyChangedEventArgs e)
|
||||
|
Reference in New Issue
Block a user