예제 #1
0
 void OnValidate()
 {
     if (Swapable == null)
     {
         Swapable = GetComponent <SpriteSwapable>();
     }
 }