C# Class MoodSwingGame.MSTowerFactory

Show file Open project: verngutz/MoodSwing

Public Methods

Method Description
CreateMSTower ( MSTowerStats stats, Vector3 position, float rotation, Vector2 tileCoords ) : MSTower

Method Details

CreateMSTower() public static method

public static CreateMSTower ( MSTowerStats stats, Vector3 position, float rotation, Vector2 tileCoords ) : MSTower
stats MSTowerStats
position Vector3
rotation float
tileCoords Vector2
return MSTower