Advertisement
hazer_hazer

Untitled

Sep 30th, 2019
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. import ru.ifmo.se.pokemon.*;
  2.  
  3. public class WaterGun extends SpecialMove{
  4.     public WaterGun(){
  5.         super(Type.WATER, 40.0, 100.0);
  6.     }
  7.     protected String describe(){
  8.         return " иcпользовал ледRной пиcтолет";
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement