コード例 #1
0
 public void Interaction()
 {
     if (interaction_Object == null)
     {
         return;
     }
     interaction_Object.Interaction();
 }