|
Packages |
| fate |
Contains the code to run the client (FateClient) and the server (FateServer). |
| fate.client |
Contains the UI and logic code to run the client (FateClient). |
| fate.messages |
Contains all messages that are to be sent between the client and server. |
| fate.network |
Contains common networking code for the client and server. |
| fate.server |
Contains the UI and logic code to run the server (FateServer). |
| fate.ui |
Contains common UI code for the client and server. |
| fate.util |
Contains common utility/debugging code for the client and server. |
| fate.world |
Contains common "World" code for the client and server. |
| fate.world.edit |
Contains UI for editing the common "World". |