Beispiel #1
0
        //todo: 入口
        private void Start()
        {
            mMap    = GetComponentInChildren <MazeMap>();
            mAvatar = GetComponentInChildren <MazeAvatar>();

            Reset();
        }
Beispiel #2
0
 public override void OnPassGrid(MazeAvatar avatar)
 {
 }
Beispiel #3
0
 public abstract void OnPassGrid(MazeAvatar avatar);