C# Class FalsolSpecialAttack, kaijurising

Inheritance: NetworkBehaviour
Exibir arquivo Open project: Moehammered/kaijurising

Public Properties

Property Type Description
fireObject GameObject
spAttackActive bool

Public Methods

Method Description
SpAttackSate ( bool state ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Rpc_SpAttackState ( bool state ) : void

Method Details

SpAttackSate() public method

public SpAttackSate ( bool state ) : void
state bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fireObject public_oe property

public GameObject fireObject
return GameObject

spAttackActive public_oe property

public bool spAttackActive
return bool