2022-01-05 19:11:33 -05:00

15 lines
188 B
C#

using UnityEngine;
public class TestCompression : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}