mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-09 20:41:42 -04:00
Rework Journal File Reading
Remove Explorer Remove Plugin Architecture
This commit is contained in:
8
Botanist/BioPlanetDetail.cs
Normal file
8
Botanist/BioPlanetDetail.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Botanist;
|
||||
|
||||
class BioPlanetDetail
|
||||
{
|
||||
public string BodyName { get; set; }
|
||||
public int BioTotal { get; set; }
|
||||
public Dictionary<string, BioSampleDetail> SpeciesFound { get; set; }
|
||||
}
|
Reference in New Issue
Block a user