Example #1
0
 public int Getshipresourceid(PlayerShip ship)
 {
     switch (ship.GetShipclass())
     {
     case "akira":
         shipclassid = Resource.Drawable.akira;
         break;
     }
     return(shipclassid);
 }