示例#1
0
 IEnumerator DropForPlayer()
 {
     QuickLog.Msg("Dropping", gemExpDrop);
     Gems.GetSomeExp(0, gemExpDrop);
     yield break;
 }