예제 #1
0
파일: Hex.cs 프로젝트: jaisrael1/Grow
 public void orbCheck()
 {
     if (contains == ORB && o != null)
     {
         o.payOff();
         o        = null;
         contains = NOTHING;
     }
 }