Exemple #1
0
 public bool IsGoal()
 {
     if (map.IsGoal(position + new Vector2(16, 16)))
     {
         return(true);
     }
     return(false);
 }