Пример #1
0
    public static StringAndInt RegisterStoryElementCompleted(string steamId)
    {
        int playerId = PlayerId(steamId);

        return(PlayerStoryFlowHub.RegisterPlayerProgress(playerId).ToStringAndInt());
    }