User:Jaxad0127/State machine

From The Mana World
Revision as of 16:59, 8 April 2009 by Jaxad0127 (talk | contribs) (new approach)

This article describes the internal state machines used in the client.

The core state machine is rather simple:

            -> Exit <-
            |        |
Start -> Login <-> Game
     \     v      /
      -> Error <--

Both Login and Game are sub machines.