C# Class Ensage.Common.Objects.Lane

The lane.
Show file Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
Lane ( ) : System.Collections.Generic

Initializes a new instance of the Lane class.

Lane ( ICollection path, string name, Team team ) : System.Collections.Generic

Initializes a new instance of the Lane class.

Method Details

Lane() public method

Initializes a new instance of the Lane class.
public Lane ( ) : System.Collections.Generic
return System.Collections.Generic

Lane() public method

Initializes a new instance of the Lane class.
public Lane ( ICollection path, string name, Team team ) : System.Collections.Generic
path ICollection /// The path. ///
name string /// The name. ///
team Team /// The team. ///
return System.Collections.Generic