C# Class PlatformerPOC.Messages.ShootMessage

Exibir arquivo Open project: bramdemoor/MonoGame-PlatformerPOC

Public Methods

Method Description
ShootMessage ( string shooterName, Vector2 shotPosition, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework

Method Details

ShootMessage() public method

public ShootMessage ( string shooterName, Vector2 shotPosition, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework
shooterName string
shotPosition Microsoft.Xna.Framework.Vector2
horizontalDirection HorizontalDirection
return Microsoft.Xna.Framework