예제 #1
0
    protected override void Activate()
    {
        base.Activate();

        PlayerPersistantInfo ppi = GetPPI();

        if (null != ppi)
        {
            ppi.MarkStartGame();
        }

        ServerSynchronizeSpeeds(true);
    }