C# Class MoodSwingGame.MSVolunteer

Inheritance: MSUnit
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
MSVolunteer ( Vector3 position, Node path_to_mobber, MSUnit target, MSTower office, MSMap map, float initRotation ) : System
Walk ( MS3DTile map_array, List units ) : void

Method Details

MSVolunteer() public method

public MSVolunteer ( Vector3 position, Node path_to_mobber, MSUnit target, MSTower office, MSMap map, float initRotation ) : System
position Vector3
path_to_mobber Node
target MSUnit
office MSTower
map MSMap
initRotation float
return System

Walk() public method

public Walk ( MS3DTile map_array, List units ) : void
map_array MS3DTile
units List
return void