Search Results for

    Show / Hide Table of Contents

    Class HouseholdAsset

    Something that a household can own.

    Inheritance
    object
    HouseholdAsset
    Family
    Farmland
    FarmPlot
    Inventory
    Namespace: Backend
    Assembly: cs.temp.dll.dll
    Syntax
    public class HouseholdAsset

    Properties

    Owner

    Owner of the asset.

    Declaration
    public Household Owner { get; }
    Property Value
    Type Description
    Household

    Methods

    SetOwner(Household)

    Set the owner.

    Declaration
    public virtual void SetOwner(Household owner)
    Parameters
    Type Name Description
    Household owner

    Owner.

    In This Article
    Back to top Green Revolution Code Documentation