ResetVariable.Static();//ResetAttribute가 사용된 모든 static 변수 초기화
ResetVariable.Static<class or structName>();//해당 타입의 ResetAttribute가 사용된 모든 static 변수 초기화
유니티에서 스태틱변수 초기화
ResetVariable.Static();//ResetAttribute가 사용된 모든 static 변수 초기화
ResetVariable.Static<class or structName>();//해당 타입의 ResetAttribute가 사용된 모든 static 변수 초기화
유니티에서 스태틱변수 초기화