PhyConf.cs 223 B

12345678910111213
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace ARHelicopter.Gamer.Conf
  5. {
  6. /// <summary>
  7. /// 物理配置
  8. /// </summary>
  9. public class PhyConf
  10. {
  11. }
  12. }