This commit is contained in:
2020-06-19 10:36:13 -07:00
parent 0a77ef57b7
commit 96c625f6f2
3 changed files with 12 additions and 19 deletions

View File

@ -1,8 +0,0 @@
using UnityEngine;
namespace ConformalDecals.Text {
public class DecalFont : ScriptableObject {
[SerializeField] public string foo1;
[SerializeField] public string foo2;
}
}