C# Class Assets.Environment.Bucket.Scripts.Bucket

Inheritance: UnityEngine.MonoBehaviour, ICollectable
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
HasWather bool
Water UnityEngine.GameObject

Public Methods

Method Description
PickUp ( ) : GameObject
Start ( ) : void

Private Methods

Method Description
LetThereBeWhater ( ) : void

Method Details

PickUp() public method

public PickUp ( ) : GameObject
return UnityEngine.GameObject

Start() public method

public Start ( ) : void
return void

Property Details

HasWather public property

public bool HasWather
return bool

Water public property

public GameObject,UnityEngine Water
return UnityEngine.GameObject