[에러&경고 대응] 유니티에서 애드몹 설정시 'EventArgs' 인자 에러
Post
원문 보기 →[에러&경고 대응] 유니티에서 애드몹 설정시 'EventArgs' 인자 에러
The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference?) -> using System; 추가!
The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference?) -> using System; 추가!