Files

17 lines
214 B
C#
Raw Permalink Normal View History

namespace UnityEngine.UI.Extensions
{
public class TestCompression : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}