C# Class Ensage.Common.Objects.Lane

The lane.
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode 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 méthode

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

Lane() public méthode

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. ///
Résultat System.Collections.Generic