コード例 #1
0
 public static void DoWithDelay(float delayInSeconds, Action action)
 {
     instance.DoWithDelayUtil(delayInSeconds, action);
 }