예제 #1
0
 void EndStorm(Storm storm)
 {
     storm.MarkEnding(); //Useless?
     StartCoroutine(StormEnd(storm));
 }