예제 #1
0
 public static bool Cast(this ItemData.Item item, Obj_AI_Base target)
 {
     return(item._cast(target));
 }
예제 #2
0
 public static bool Cast(this ItemData.Item item)
 {
     return(item._cast(ObjectManager.Player));
 }