fix bug in organic data class
This commit is contained in:
parent
1dd78d04b8
commit
f2778df092
@ -43,6 +43,8 @@ namespace EDJournal {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public long TotalValue => BioData.Sum(x => x.TotalValue);
|
public long TotalValue {
|
||||||
|
get { return BioData.Sum(x => x.TotalValue); }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user