Class PlayerGhosts.Ghost
- Namespace
- VoidSea
- Assembly
- Assembly-CSharp.dll
public class PlayerGhosts.Ghost
- Inheritance
-
PlayerGhosts.Ghost
- Inherited Members
-
Constructors
Ghost(PlayerGhosts, Player)
public Ghost(PlayerGhosts owner, Player creature)
Parameters
owner PlayerGhosts
creature Player
Fields
creature
Field Value
- Player
drift
Field Value
- Vector2
owner
public PlayerGhosts owner
Field Value
- PlayerGhosts
slatedForDeletion
public bool slatedForDeletion
Field Value
- bool
swimSpeed
Field Value
- float
Methods
Destroy()
MoveCreature(Vector2)
public void MoveCreature(Vector2 movePos)
Parameters
movePos Vector2
Update()