RequestID.cs 144 B

12345678910
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public enum RequestID
  5. {
  6. Command = 0,
  7. Database = 1,
  8. }