C# Class bounty, UrsaMajor

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public BountyController, bountyConch
return BountyController,

bountyName public_oe property

public string bountyName
return string

bountyNumber public_oe property

public int bountyNumber
return int

collected public_oe property

public bool collected
return bool

completeAmount public_oe property

public int completeAmount
return int

completed public_oe property

public bool completed
return bool

counter public_oe property

public Text counter
return Text

cumulative public_oe property

public bool cumulative
return bool

description public_oe property

public string description
return string

info public_oe property

public Text info
return Text

title public_oe property

LINE 64
public Text title
return Text