BulletMessage.cs 313 B

123456789
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class BulletMessage
  5. {
  6. public delegate bool CastSkillDelegate(int who, string skillid, bool isUseSP, int bulletCastPointType, int targetId = 0, bool isMarkTrg = false);
  7. public static CastSkillDelegate catSkillFun;
  8. }