C# Class SkylinesMultiplayer.MessagePlayerShotBullet

Inheritance: Message
Mostrar archivo Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Properties

Property Type Description
damage int
hitDirection Vector3
hitPlayerId int
hitPosition Vector3
playerId int

Public Methods

Method Description
OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void

Method Details

OnCalled() public method

public OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void
msg Message
netMsg Lidgren.Network.NetIncomingMessage
return void

Property Details

damage public_oe property

public int damage
return int

hitDirection public_oe property

public Vector3 hitDirection
return Vector3

hitPlayerId public_oe property

public int hitPlayerId
return int

hitPosition public_oe property

public Vector3 hitPosition
return Vector3

playerId public_oe property

public int playerId
return int