C# Class bounty, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
bountyConch BountyController,
bountyName string
bountyNumber int
collected bool
completeAmount int
completed bool
counter Text
cumulative bool
description string
info Text
title Text

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
choose ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

choose() public method

public choose ( ) : void
return void

Property Details

bountyConch public property

public BountyController, bountyConch
return BountyController,

bountyName public property

public string bountyName
return string

bountyNumber public property

public int bountyNumber
return int

collected public property

public bool collected
return bool

completeAmount public property

public int completeAmount
return int

completed public property

public bool completed
return bool

counter public property

public Text counter
return Text

cumulative public property

public bool cumulative
return bool

description public property

public string description
return string

info public property

public Text info
return Text

title public property

LINE 64
public Text title
return Text