ConfigLabel.cs 198 B

12345678910
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class ConfigLabel
  5. {
  6. public static string RootNode = "data";
  7. public static string ChildNode = "item";
  8. }