# 사용 가능한 라이브러리

> Find the complete list of Cloud Code C# Software Development Kits you can import in a module.

다음은 Cloud Code 모듈에서 임포트할 수 있는 Cloud Code C# SDK의 전체 목록입니다.

> **Note:**
>
> **참고:** 사용하려는 UGS 서비스가 이 목록에 나와 있지 않더라도 API 호출을 사용해 서비스를 호출할 수 있습니다. 자세한 내용은 [REST API를 통해 UGS 서비스에 연결](../how-to-guides/unity-services-integration#connect-to-ugs-through-rest-apis)하는 방법이 나와 있는 페이지를 참고하십시오.

###### Client##client

* [Cloud Save][Cloud Save]
  * [데이터][Data]
  * [파일][Files]
* [Economy][Economy]
  * [재화][Currencies]
  * [구성][Configuration]
  * [인벤토리][Inventory]
  * [구매][Purchases]
* [Lobby][Lobby]
* [Leaderboards][Leaderboards]
* [Player Authentication][Player Authentication]
* [Matchmaker 티켓][Matchmaker Tickets]
* [Friends][Friends]
  * [메시징][Messaging]
  * [관계][Relationships]
  * [알림][Notifications]
  * [상태 정보][Presence]
* [Player Names][Player names]
* Remote Config 설정

###### 관리자##admin

* [Cloud Save][Cloud Save Admin]
  * [데이터][Data Admin]
  * [파일][Files Admin]
* [Leaderboards][Leaderboards Admin]
* [Triggers][Triggers Admin]
* [Scheduler][Scheduler Admin]

> **Note:**
>
> **참고:** Cloud Code C# SDK 관련 기술 자료는 아직 작성 중입니다. 현재로서는 구조가 비슷한 [JavaScript 기술 자료](../../scripts/how-to-guides/unity-services-integration)를 참고하실 수 있습니다. IDE의 자동 완성 및 IntelliSense 기능도 함께 활용하십시오.

[Cloud Save]: https://services.docs.unity.com/cloud-save/v1/

[Data]: https://services.docs.unity.com/cloud-save/v1/#tag/data

[Files]: https://services.docs.unity.com/cloud-save/v1/#tag/files

[Economy]: https://services.docs.unity.com/economy/v2/

[Currencies]: https://services.docs.unity.com/economy/v2/#tag/currencies

[Configuration]: https://services.docs.unity.com/economy/v2/#tag/configuration

[Inventory]: https://services.docs.unity.com/economy/v2/#tag/inventory

[Purchases]: https://services.docs.unity.com/economy/v2/#tag/purchases

[Lobby]: https://services.docs.unity.com/lobby/v1/

[Leaderboards]: https://services.docs.unity.com/leaderboards/v1/

[Player Authentication]: https://services.docs.unity.com/player-auth/v1/

[Matchmaker Tickets]: https://services.docs.unity.com/matchmaker/v2/#tag/tickets

[Friends]: https://services.docs.unity.com/friends/v1/

[Messaging]: https://services.docs.unity.com/friends/v1/#tag/messaging

[Relationships]: https://services.docs.unity.com/friends/v1/#tag/relationships

[Notifications]: https://services.docs.unity.com/friends/v1/#tag/notifications

[Presence]: https://services.docs.unity.com/friends/v1/#tag/presence

[Player names]: https://services.docs.unity.com/player-names/v1/

[Cloud Save Admin]: https://services.docs.unity.com/cloud-save-admin/v1/

[Data Admin]: https://services.docs.unity.com/cloud-save-admin/v1/#tag/data

[Files Admin]: https://services.docs.unity.com/cloud-save-admin/v1/#tag/files

[Leaderboards Admin]: https://services.docs.unity.com/leaderboards-admin/v1/

[Triggers Admin]: https://services.docs.unity.com/triggers-admin/v1/

[Scheduler Admin]: https://services.docs.unity.com/scheduler-admin/v1/

Cloud Code를 다른 Unity 서비스와 연동하는 방법을 자세히 알아보려면 [다른 Unity 서비스와 연동](../how-to-guides/unity-services-integration) 페이지를 참고하시기 바랍니다.
