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:
10
Botanist/BotanistGrid.cs
Normal file
10
Botanist/BotanistGrid.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Botanist;
|
||||
|
||||
public class BotanistGrid
|
||||
{
|
||||
public string Body { get; set; }
|
||||
public string BioTotal { get; set; }
|
||||
public string Species { get; set; }
|
||||
public string Analysed { get; set; }
|
||||
public string ColonyDistance { get; set; }
|
||||
}
|
Reference in New Issue
Block a user