mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 20:54:57 +01:00
6 lines
143 B
C#
6 lines
143 B
C#
namespace Observatory.Framework.Files.Journal.Other;
|
|
|
|
public class JetConeBoost : JournalBase
|
|
{
|
|
public float BoostValue { get; init; }
|
|
} |