예제 #1
0
 void OnDisable()
 {
     if (Reader != null)
     {
         Reader.Reset();
     }
 }
예제 #2
0
 void OnDisable()
 {
     Reader.Reset();
 }