All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.playfab.PlayFabLocalizationModels Maven / Gradle / Ivy

Go to download

PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience.

There is a newer version: 0.122.201027
Show newest version
package com.playfab;

import java.util.*;
import com.playfab.PlayFabUtil.*;

public class PlayFabLocalizationModels {

    public static class GetLanguageListRequest {
        
    }

    public static class GetLanguageListResponse {
        /** The list of allowed languages, in BCP47 two-letter format */
        public ArrayList LanguageList;
        
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy