C# Class Magnetize, DefendAman

Inheritance: MonoBehaviour
Show file Open project: CarsonRoscoe/DefendAman Class Usage Examples

Public Properties

Property Type Description
playerId int

Public Methods

Method Description
CheckIfInRange ( ) : void
CreateMagnetizeMessage ( int playerId ) : string>>.List
SendMessageToServer ( string>.List msg, int eventType ) : void
Update ( ) : void

Method Details

CheckIfInRange() public method

public CheckIfInRange ( ) : void
return void

CreateMagnetizeMessage() public method

public CreateMagnetizeMessage ( int playerId ) : string>>.List
playerId int
return string>>.List

SendMessageToServer() public method

public SendMessageToServer ( string>.List msg, int eventType ) : void
msg string>.List
eventType int
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerId public property

public int playerId
return int