C# Class MotherShipSeat, WorldMaker

Inheritance: MonoBehaviour
Exibir arquivo Open project: SvenFrankson/WorldMaker

Public Properties

Property Type Description
targetMotherShip MotherShip,

Public Methods

Method Description
DropControl ( Player, p ) : void
TakeControl ( Player, p ) : void

Method Details

DropControl() public method

public DropControl ( Player, p ) : void
p Player,
return void

TakeControl() public method

public TakeControl ( Player, p ) : void
p Player,
return void

Property Details

targetMotherShip public_oe property

public MotherShip, targetMotherShip
return MotherShip,