C# Class RotateCharConvo, Penguin_Noir

Inheritance: MonoBehaviour
Exibir arquivo Open project: Kaboom242/Penguin_Noir

Public Properties

Property Type Description
close bool
player GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

close public_oe property

public bool close
return bool

player public_oe property

public GameObject player
return GameObject