Example #1
0
 // IMPORTANT NOTE: #1
 // main.cs will probably be desolved eventually as common.cs will likely be the main entry point
 // either that or main.cs will be used via xna draws while common.cs will be used via xna updates
 // ...something like that
 // IMPORTANT NOTE: #2
 // all the client source code from the common.cs class downwards is not referenced at this time.
 // its a guideline for continued development.
 public CCommon()
 {
     gCClientMain = new CClientMain();
 }
Example #2
0
        // IMPORTANT NOTE: #1
        // main.cs will probably be desolved eventually as common.cs will likely be the main entry point
        // either that or main.cs will be used via xna draws while common.cs will be used via xna updates
        // ...something like that

        // IMPORTANT NOTE: #2
        // all the client source code from the common.cs class downwards is not referenced at this time.
        // its a guideline for continued development.

        public CCommon()
        {
            gCClientMain = new CClientMain();
        }