Esempio n. 1
0
 public void StopAll()
 {
     foreach (KeyValuePair <int, SSAction> kv in actions)
     {
         SSAction ac = kv.Value;
         ac.stand();
     }
 }