Guest User

Untitled

a guest
Oct 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. package okushama.okublokwars.render;
  2.  
  3. public class Message {
  4.  
  5. public String theMessage;
  6. public int timeout = 400;
  7. public float alpha = 0F;
  8.  
  9. public Message(String s){
  10. theMessage = s;
  11. }
  12.  
  13. }
Add Comment
Please, Sign In to add comment