public void Talk(FightUnit Otherunit) { Console.WriteLine(name + "이 " + Otherunit.Getname() + "에게 말을 걸었습니다."); }