8 lines
193 B
C#
8 lines
193 B
C#
namespace Sand.Core;
|
|
|
|
public sealed class ParticleRuntimeProfile
|
|
{
|
|
public required ParticleDef Definition { get; init; }
|
|
public required ParticleBalanceProfile Balance { get; init; }
|
|
}
|