Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import greenfoot.*;
- public class CMotherFish extends Actor
- {
- //materska trieda ryb
- protected int Size;
- public CMotherFish(int size)
- {
- this.Size = size;
- }
- public void act()
- {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement