C# Class bounty, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor

Méthodes publiques

Свойство Type Description
bountyConch BountyController,
bountyName string
bountyNumber int
collected bool
completeAmount int
completed bool
counter Text
cumulative bool
description string
info Text
title Text

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
choose ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

choose() public méthode

public choose ( ) : void
Résultat void

Property Details

bountyConch public_oe property

public BountyController, bountyConch
Résultat BountyController,

bountyName public_oe property

public string bountyName
Résultat string

bountyNumber public_oe property

public int bountyNumber
Résultat int

collected public_oe property

public bool collected
Résultat bool

completeAmount public_oe property

public int completeAmount
Résultat int

completed public_oe property

public bool completed
Résultat bool

counter public_oe property

public Text counter
Résultat Text

cumulative public_oe property

public bool cumulative
Résultat bool

description public_oe property

public string description
Résultat string

info public_oe property

public Text info
Résultat Text

title public_oe property

LINE 64
public Text title
Résultat Text