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