PlateUp!

PlateUp!

KitchenLib (Beta)
Showing 81-85 of 85 entries
< 1 ... 7  8  >
Update: 13 Feb, 2023 @ 4:45pm

KitchenLib Beta 0.5.2 b4

Release Notes - API Related

Base Classes

CustomCustomerType

- Added `bool IsGenericGroup`
- Added `bool RelativeGroupSize`
- Added `int MinGroupSize`
- Added `int MaxGroupSize`
- Added `PatienceValues PatienceModifiers`
- Added `OrderingValues OrderingModifiers`
- Added `List<PlayerCosmetic> Cosmetics`
- Added `List<ICustomerProperty> Properties`

CustomAppliance

- Added `bool SellOnlyAsUnique`

DataDumper

- Updated ApplianceDumper
- Added CustomerTypeDumper

References

- Updated references for 1.1.3 and 1.1.4

Update: 13 Feb, 2023 @ 4:45pm

Update: 13 Feb, 2023 @ 6:50am

KitchenLib Beta 0.5.2 b3

Release Notes - API Related

Base Classes

BaseMod

- `PostActivate(Mod mod)` is now Sealed
- `PostInject()` is now Sealed
- `PreInject()` is now Sealed
- `OnUpdate()` is now Sealed
- `Initialise()` is now Sealed

Update: 12 Feb, 2023 @ 9:36pm

KitchenLib Beta 0.5.2 b2

Release Notes - API Related

Base Classes

BaseMod

- Previous constructor is nolonger Obsolete

Update: 12 Feb, 2023 @ 9:13pm

KitchenLib Beta v0.5.2 b1

Release Notes - API Related

Base Classes

BaseMod

- Added `BetaVersion` to the constructor.

Release Notes - Other

- Removed MelonLoader support
- Removed BepInEx support