Exemple #1
0
 public void Clear()
 {
     _ballAgent      = null;
     _refPointStatus = RefPointStatusEnum.vacant;
     ClearMark();
 }
Exemple #2
0
 // Start is called before the first frame update
 void Start()
 {
     _refPointStatus = RefPointStatusEnum.vacant;
 }