Tanoda
Localization_KEY.cs
Go to the documentation of this file.
1using UnityEngine;
2
3[AddComponentMenu("Matej Vanco/Localization Key")]
4public class Localization_KEY : MonoBehaviour
5{
6 public string KeyID;
7}