SetRiverPath() 공개 메소드

public SetRiverPath ( River river ) : void
river River
리턴 void
예제 #1
0
 public void AddTile(Tile tile)
 {
     tile.SetRiverPath(this);
     Tiles.Add(tile);
 }
예제 #2
0
파일: River.cs 프로젝트: Thraka/SadConsole
 public void AddTile(Tile tile)
 {
     tile.SetRiverPath(this);
     Tiles.Add(tile);
 }