유니티/c#(비교)보기RAWBlame되돌리기비교r26 vs r27......1212== 자주 사용되는 것 ==1313{{{#!syntax csharp1414using System.Collections;15using System.Collections.Generic;16using UnityEngine;15using System.Collections.Generic; //리스트에 필요.16using UnityEngine; // 기본1717}}}1818이 가장 많이 사용된다.1919......