Class AutomaticParty
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
public abstract class AutomaticParty : MonoBehaviour
- Inheritance
-
objectAutomaticParty
- Derived
Fields
Properties
Methods
- CreateHero(string, string)
Creates a new hero
- GetPrestigeNodes()
Returns every node in the Grimoire with its current cost, parents, and inscribed state.
- InscribePrestigeNode(string)
Attempts to inscribe a Grimoire node. Walk the tree in dependency order using Parents.
- IsPrestigeNodeInscribed(string)
Returns true if the given Grimoire node is currently inscribed.
- OnAllHeroesDied()
Called when all heroes died
- OnItemDroppedOnGround(ItemBehaviour)
Called when an item is dropped on ground
- PlaceFlag(Color?, Vector3?)
Place a flag on the ground that you can use as a waypoint in your script