public bool OffCoast(int pos)
        {
            //Debug.Log("In function OffCoast with parameter:" + pos.ToString());
            bool flag = storage.remove(pos);

            return(flag);
        }
Exemple #2
0
        public bool OffCoast(int pos)
        {
            bool flag = storage.remove(pos);

            return(flag);
        }