-
Notifications
You must be signed in to change notification settings - Fork 37
Faqs
Derillo edited this page Jun 4, 2019
·
1 revision
A las variables "globales" las solemos evitar.
En este caso, manejamos sistemas, cada sistema conoce el "world" que contiene todos los sistemas.
Puedes obtener dichos datos , haciendo
Dato config = world.getSystem(ClaseQueQuieroObtener.class)
en la clase Server en el método initWorld
- IntelliJ
- Windows JDK
- Linux JDK
- Run client and server localhost
- Host a public server
- Import project to IntelliJ