mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Update 14 jounal changes
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
{
|
||||
public class UpgradeSuit : JournalBase
|
||||
{
|
||||
@ -7,5 +9,6 @@
|
||||
public ulong SuitID { get; init; }
|
||||
public int Class { get; init; }
|
||||
public int Cost { get; init; }
|
||||
public Material[] Resources { get; init; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user