MaterialLabel.cs 273 B

123456789101112
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class MaterialLabel
  5. {
  6. public static string DefaultMatColor = "_Color";
  7. public static string GrayMatGrayLerp = "_GrayLerp";
  8. public static string TimerMatFill = "_Fill";
  9. }