26 private readonly
struct StatusEventData : IEventData
31 private readonly
struct DecalEventData : IEventData
34 public readonly Decal Decal;
36 public DecalEventData(Decal decal)
42 private readonly
struct BackgroundSectionsEventData : IEventData
45 public readonly
int SectorStartIndex;
47 public BackgroundSectionsEventData(
int sectorStartIndex)
49 SectorStartIndex = sectorStartIndex;
BallastFloraBehavior BallastFlora
List< BackgroundSection > BackgroundSections
BallastFloraEventData(BallastFloraBehavior behavior, BallastFloraBehavior.IEventData subEventData)
readonly BallastFloraBehavior Behavior
readonly BallastFloraBehavior.IEventData SubEventData