UrlName.cs 144 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public enum UrlName
  5. {
  6. mock,
  7. fat,
  8. uat,
  9. pro,
  10. }