유니티/c#(비교)보기RAWBlame되돌리기비교r11 vs r12......4646=== 변수 ===4747코딩에서 가장 가장 기초이다.4848C#에는 다양한 변수가 존재한다.49{{{#!syntax csharp50int a;51float b;52double c;53long d;54string e;55bool f;56char h;57short i;58}}}4959