Class PropEnt_Merchant_Smoothie
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
PropEnt_Merchant_Smoothie
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class PropEnt_Merchant_Smoothie : PropEnt_Merchant_Base, ILogicUpdate, ICleanup, ICustomDestroyRoutine, IProp, IInteractable, IEnableWandering
Fields
souvenirsCount
Declaration
public int souvenirsCount
Field Value
| Type | Description |
|---|---|
| int |
treasuresCount
Declaration
public int treasuresCount
Field Value
| Type | Description |
|---|---|
| int |
Properties
shouldWanderAround
Declaration
public bool shouldWanderAround { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnInteract(Entity, bool)
Declaration
public override void OnInteract(Entity entity, bool alt)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| bool | alt |
Overrides
OnPopulateMerchandises(DewPlayer)
Declaration
protected override void OnPopulateMerchandises(DewPlayer player)
Parameters
| Type | Name | Description |
|---|---|---|
| DewPlayer | player |
Overrides
OnRefresh(DewPlayer)
Declaration
protected override void OnRefresh(DewPlayer player)
Parameters
| Type | Name | Description |
|---|---|---|
| DewPlayer | player |