static IEnumerable WaitMs(Entity e, float ms)
	{
		e.ReplaceCoroutineWait(Time.time + (ms / 1000.0f));
		return null;
	}