Facebook
From HelBlar, 6 Years ago, written in Java.
Embed
Download Paste or View Raw
Hits: 227
  1. public class Start {
  2.  
  3.     public static void main(String[] args) {
  4.         Potwor bazyliszek= new Potwor(50,30,5,5,5); //tworzac obiekt wpisuje to co obiecałem że ten obiekt dostanie
  5.         Potwor smok= new Potwor(300,666,78,43,23);
  6.      
  7.     }
  8.    
  9. }
  10.