주석 추가
This commit is contained in:
2
Form1.cs
2
Form1.cs
@@ -33,7 +33,7 @@ namespace AStarPathFinding
|
||||
//======================구조체
|
||||
|
||||
//상수=======================
|
||||
const int TABLE_SIZE = 15;//테이블 사이즈
|
||||
const int TABLE_SIZE = 16;//테이블 사이즈 기본 값 16
|
||||
readonly Point defaultStartPoint = new Point(5, 6);//디폴트 시작점
|
||||
readonly Point defaultGoalPoint = new Point(9, 6);//디폴트 목적지
|
||||
readonly Point[] defaultWallPoint = new Point[3]//디폴트 벽 위치
|
||||
|
||||
Reference in New Issue
Block a user