C# 클래스 Ensage.Common.Objects.Lane

The lane.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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.

메소드 상세

Lane() 공개 메소드

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

Lane() 공개 메소드

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. ///
리턴 System.Collections.Generic