using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// B2ºô½Ð»ú /// public class Item_B2Phone : ItemBase { public override void OnUse(GameObject owner) { } }