Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // juego.java:
  2. import java.rmi.*;
  3. public interface Juego extends Remote {
  4. public int game() throws RemoteException;
  5. public void reiniciajuego() throws RemoteException;
  6.  
  7. }
Add Comment
Please, Sign In to add comment