Class Attack_Grab
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class Attack_Grab : MonoBehaviour
- Inheritance
-
Attack_Grab
- Inherited Members
-
- Extension Methods
-
Constructors
Attack_Grab()
Fields
anim
public MonsterAnimationHandler anim
Field Value
- MonsterAnimationHandler
bot
Field Value
- Bot
carriedPlayer
public Player carriedPlayer
Field Value
- Player
counter
Field Value
- float
grabs
Field Value
- int
joint
Field Value
- Joint
player
Field Value
- Player
view
Field Value
- PhotonView
Methods
Attack()
CallGrab()
FixedUpdate()
public void FixedUpdate()
LetGo()
RPCA_Grab(int)
[PunRPC]
public void RPCA_Grab(int playerID)
Parameters
playerID
int
RPCA_GrabAttack()
[PunRPC]
public void RPCA_GrabAttack()
Start()