Show / Hide Table of Contents

Class TutorialFood

Inheritance
System.Object
TutorialFood
Namespace: Eco.Gameplay.Tutorial
Assembly: Eco.Gameplay.dll
Syntax
public static class TutorialFood : Object

Methods

AddConsumingFoodTasks(IList<UserSubTask>, User, String)

Declaration
public static void AddConsumingFoodTasks(IList<UserSubTask> subTasks, User user, string tutorialName)
Parameters
Type Name Description
System.Collections.Generic.IList<UserSubTask> subTasks
User user
System.String tutorialName

AddNearbyFoodSubTasks(IList<UserSubTask>, User, String)

Declaration
public static void AddNearbyFoodSubTasks(IList<UserSubTask> userSubTasks, User user, string tutorialName)
Parameters
Type Name Description
System.Collections.Generic.IList<UserSubTask> userSubTasks
User user
System.String tutorialName
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾