Class PlayerGhosts
- Namespace
- VoidSea
- Assembly
- Assembly-CSharp.dll
public class PlayerGhosts
- Inheritance
-
PlayerGhosts
- Inherited Members
-
Constructors
PlayerGhosts(Player, VoidSeaScene)
public PlayerGhosts(Player originalPlayer, VoidSeaScene voidSea)
Parameters
originalPlayer Player
voidSea VoidSeaScene
Fields
ghosts
public List<PlayerGhosts.Ghost> ghosts
Field Value
- List<PlayerGhosts.Ghost>
originalPlayer
public Player originalPlayer
Field Value
- Player
voidSea
public VoidSeaScene voidSea
Field Value
- VoidSeaScene
Properties
IdealGhostCount
public int IdealGhostCount { get; }
Property Value
- int
Methods
AddGhost()
Update()