C# Class ArbiterDamage, TWI_Repo

Inheritance: MonoBehaviour
ファイルを表示 Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
motherDamage float
subRes Submarine_Resources,

Public Methods

Method Description
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

motherDamage public_oe property

public float motherDamage
return float

subRes public_oe property

public Submarine_Resources, subRes
return Submarine_Resources,